Previous 199869 Revisions Next

r41849 Tuesday 24th November, 2015 at 20:45:27 UTC by Scott Stone
a7800: The old behavior of (0x60) updated to (0x160). [Mike Saarna, Robert Tuccitto]
[src/mame/drivers]a7800.cpp

trunk/src/mame/drivers/a7800.cpp
r250360r250361
284284   AM_RANGE(0x0020, 0x003f) AM_MIRROR(0x300) AM_DEVREADWRITE("maria", atari_maria_device, read, write)
285285   AM_RANGE(0x0040, 0x00ff) AM_RAMBANK("zpmirror") // mirror of 0x2040-0x20ff, for zero page
286286   AM_RANGE(0x0140, 0x01ff) AM_RAMBANK("spmirror") // mirror of 0x2140-0x21ff, for stack page
287   AM_RANGE(0x0280, 0x029f) AM_MIRROR(0x60) AM_DEVICE("riot", mos6532_t, io_map)
287   AM_RANGE(0x0280, 0x029f) AM_MIRROR(0x160) AM_DEVICE("riot", mos6532_t, io_map)
288288   AM_RANGE(0x0480, 0x04ff) AM_MIRROR(0x100) AM_DEVICE("riot", mos6532_t, ram_map)
289289   AM_RANGE(0x1800, 0x1fff) AM_RAM AM_SHARE("6116_1")
290290   AM_RANGE(0x2000, 0x27ff) AM_RAM AM_SHARE("6116_2")


Previous 199869 Revisions Next


© 1997-2024 The MAME Team