mirror of
https://github.com/holub/mame
synced 2025-05-24 14:56:21 +03:00
03692: kurikint: Service Switch error [MASH]
This commit is contained in:
parent
43460d0894
commit
0ad3aeb41f
@ -836,7 +836,7 @@ ADDRESS_MAP_END
|
||||
static ADDRESS_MAP_START( kurikint_map, ADDRESS_SPACE_PROGRAM, 8 )
|
||||
COMMON_BANKS_MAP
|
||||
AM_RANGE(0x8000, 0x9fff) AM_RAM
|
||||
AM_RANGE(0xa000, 0xbfff) AM_RAM AM_BASE_MEMBER(taitol_state, shared_ram)
|
||||
AM_RANGE(0xa000, 0xa7ff) AM_RAM AM_BASE_MEMBER(taitol_state, shared_ram)
|
||||
AM_RANGE(0xa800, 0xa800) AM_READWRITE(mux_r, mux_w)
|
||||
AM_RANGE(0xa801, 0xa801) AM_WRITE(mux_ctrl_w) AM_READNOP // Watchdog or interrupt ack (value ignored)
|
||||
ADDRESS_MAP_END
|
||||
|
Loading…
Reference in New Issue
Block a user