Clean up some unused variables, register some others

This commit is contained in:
therealmogminer@gmail.com 2016-06-18 17:09:16 +02:00
parent caf907403a
commit 0213201d1d
2 changed files with 5 additions and 1 deletions

View File

@ -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;

View File

@ -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