a2600: Remove stray #endif.

This commit is contained in:
Curt Coder 2023-03-24 11:04:00 +02:00
parent 93800bc6ab
commit 9f1f14540d

View File

@ -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