mirror of
https://github.com/holub/mame
synced 2025-05-29 09:03:08 +03:00
Apply part of "Fix MT #00490" lost in merge [Kale]
This commit is contained in:
parent
67265016e5
commit
6636d72373
@ -551,8 +551,10 @@ ADDRESS_MAP_END
|
||||
|
||||
static ADDRESS_MAP_START( mrokumei_sound_map, AS_PROGRAM, 8, homedata_state )
|
||||
AM_RANGE(0x0000, 0x7fff) AM_ROM
|
||||
// TODO: might be that the entire area is sound_bank_w
|
||||
AM_RANGE(0xfffc, 0xfffd) AM_WRITENOP /* stack writes happen here, but there's no RAM */
|
||||
AM_RANGE(0x8080, 0x8080) AM_WRITE(mrokumei_sound_bank_w)
|
||||
AM_RANGE(0xffbf, 0xffbf) AM_WRITE(mrokumei_sound_bank_w) // hourouki mirror
|
||||
ADDRESS_MAP_END
|
||||
|
||||
static ADDRESS_MAP_START( mrokumei_sound_io_map, AS_IO, 8, homedata_state )
|
||||
|
Loading…
Reference in New Issue
Block a user