mirror of
https://github.com/holub/mame
synced 2025-05-04 05:23:22 +03:00
fix am_mirror
This commit is contained in:
parent
2b921359c2
commit
174082b1be
@ -75,7 +75,7 @@ static ADDRESS_MAP_START( horse_map, AS_PROGRAM, 8, horse_state )
|
||||
AM_RANGE(0x0000, 0x37ff) AM_ROM
|
||||
AM_RANGE(0x4000, 0x40ff) AM_DEVREADWRITE("i8155", i8155_device, memory_r, memory_w)
|
||||
AM_RANGE(0x6000, 0x7fff) AM_RAM AM_BASE(m_video_ram)
|
||||
AM_RANGE(0x8000, 0x8fff) AM_RAM AM_BASE(m_color_ram) AM_MIRROR(0x0860)
|
||||
AM_RANGE(0x8000, 0x879f) AM_RAM AM_BASE(m_color_ram) AM_MIRROR(0x0860)
|
||||
|
||||
ADDRESS_MAP_END
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user