03692: kurikint: Service Switch error [MASH]

This commit is contained in:
Phil Bennett 2010-01-28 15:22:11 +00:00
parent 43460d0894
commit 0ad3aeb41f

View File

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