mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
a2600: Remove stray #endif.
This commit is contained in:
parent
93800bc6ab
commit
9f1f14540d
@ -265,7 +265,6 @@ void a2600_base_state::a2600_mem(address_map &map) // 6507 has 13-bit address sp
|
||||
map(0x0000, 0x007f).mirror(0x0f00).rw(m_tia, FUNC(tia_video_device::read), FUNC(tia_video_device::write));
|
||||
map(0x0080, 0x00ff).mirror(0x0d00).ram().share("riot_ram");
|
||||
map(0x0280, 0x029f).mirror(0x0d00).m("riot", FUNC(mos6532_new_device::io_map));
|
||||
#endif
|
||||
}
|
||||
|
||||
void a2600_pop_state::memory_map(address_map &map) // 6507 has 13-bit address space, 0x0000 - 0x1fff
|
||||
|
Loading…
Reference in New Issue
Block a user