Previous 199869 Revisions Next

r19739 Sunday 23rd December, 2012 at 03:36:45 UTC by Barry Rodewald
s11a: Actually map the background sound bank register.
[src/mame/drivers]s11a.c

trunk/src/mame/drivers/s11a.c
r19738r19739
139139   AM_RANGE(0x0000, 0x07ff) AM_MIRROR(0x1800) AM_RAM
140140   AM_RANGE(0x2000, 0x2001) AM_MIRROR(0x1ffe) AM_DEVREADWRITE("ym2151", ym2151_device, read, write)
141141   AM_RANGE(0x4000, 0x4003) AM_MIRROR(0x1ffc) AM_DEVREADWRITE("pia40", pia6821_device, read, write)
142   AM_RANGE(0x7800, 0x7fff) AM_WRITE(bgbank_w)
142143   AM_RANGE(0x8000, 0xffff) AM_ROMBANK("bgbank")
143144ADDRESS_MAP_END
144145

Previous 199869 Revisions Next


© 1997-2024 The MAME Team