diff options
Diffstat (limited to 'src/emu/cpu/melps4/m58846.c')
-rw-r--r-- | src/emu/cpu/melps4/m58846.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/cpu/melps4/m58846.c b/src/emu/cpu/melps4/m58846.c index 5d6829c971f..e4842d28a6a 100644 --- a/src/emu/cpu/melps4/m58846.c +++ b/src/emu/cpu/melps4/m58846.c @@ -50,7 +50,7 @@ offs_t m58846_device::disasm_disassemble(char *buffer, offs_t pc, const UINT8 *o void m58846_device::device_start() { melps4_cpu_device::device_start(); - + // set fixed state m_bm_page = 2; m_int_page = 1; @@ -158,7 +158,7 @@ void m58846_device::execute_one() } break; // 0xff - + } break; // 0xfc |