kron: Make it cleaner (nw)

This commit is contained in:
Olivier Galibert 2018-01-19 07:45:19 +01:00
parent df35e76bf6
commit 5c0c8685bb

View File

@ -159,8 +159,9 @@ private:
static ADDRESS_MAP_START (kron180_mem, AS_PROGRAM, 8, kron180_state)
ADDRESS_MAP_UNMAP_HIGH
AM_RANGE (0x0000, 0x7fff) AM_ROM AM_REGION("roms", 0x8000)
AM_RANGE (0x8000, 0x9fff) AM_RAM AM_MIRROR(0x6000)
AM_RANGE (0x8600, 0x95ff) AM_RAM AM_SHARE("videoram")
AM_RANGE (0x8000, 0x85ff) AM_RAM AM_MIRROR(0x6000)
AM_RANGE (0x8600, 0x95ff) AM_RAM AM_SHARE("videoram") AM_MIRROR(0x6000)
AM_RANGE (0x9600, 0x9fff) AM_RAM AM_MIRROR(0x6000)
ADDRESS_MAP_END
/* IO decoding