diff options
Diffstat (limited to 'src/mame/drivers/acesp.cpp')
-rw-r--r-- | src/mame/drivers/acesp.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/acesp.cpp b/src/mame/drivers/acesp.cpp index 1f39b35d536..9ad8f15365b 100644 --- a/src/mame/drivers/acesp.cpp +++ b/src/mame/drivers/acesp.cpp @@ -116,8 +116,8 @@ void ace_sp_state::ace_sp_map(address_map &map) // 0x33 - lamp stb // 0x34 - shift stb // 0x35 - shift clk - map(0x36, 0x36).ram().rw(FUNC(ace_sp_state::serial_r), FUNC(ace_sp_state::serial_w)); // 0x36 - sio - + map(0x36, 0x36).ram().rw(FUNC(ace_sp_state::serial_r), FUNC(ace_sp_state::serial_w)); // 0x36 - sio + // 0x37 - watchdog? map(0x0038, 0x003b).rw("pia0", FUNC(pia6821_device::read), FUNC(pia6821_device::write)); /* 0x3c */ |