mirror of
https://github.com/holub/mame
synced 2025-04-27 18:53:05 +03:00
Clean up some unused variables, register some others
This commit is contained in:
parent
caf907403a
commit
0213201d1d
@ -161,6 +161,11 @@ void mb86901_device::device_start()
|
||||
save_item(NAME(m_ps));
|
||||
save_item(NAME(m_et));
|
||||
save_item(NAME(m_cwp));
|
||||
save_item(NAME(m_insn_asi));
|
||||
save_item(NAME(m_data_asi));
|
||||
save_item(NAME(m_asi));
|
||||
save_item(NAME(m_queued_tt));
|
||||
save_item(NAME(m_queued_priority));
|
||||
|
||||
// set our instruction counter
|
||||
m_icountptr = &m_icount;
|
||||
|
@ -111,7 +111,6 @@ protected:
|
||||
UINT8 m_trap_priorities[256];
|
||||
UINT8 m_queued_tt;
|
||||
UINT8 m_queued_priority;
|
||||
UINT32 m_nextnpc;
|
||||
int m_icount;
|
||||
|
||||
// debugger helpers
|
||||
|
Loading…
Reference in New Issue
Block a user