srcclean in preparation for 0.270 release branch.

This commit is contained in:
Vas Crabb 2024-09-22 04:58:06 +10:00
parent 81bc5452e5
commit 698e1d8985
20 changed files with 65 additions and 65 deletions

View File

@ -193,7 +193,7 @@ void zoomer_state::maincpu_ems_map(address_map &map)
{
map(0x0000000, 0x00fffff).ram().share("nvram");
map(0x0400000, 0x07fffff).rom().region("maincpu", 0);
// map(0x1000000, 0x1ffffff) - TODO: PCMCIA
//map(0x1000000, 0x1ffffff) - TODO: PCMCIA
}
void zoomer_state::maincpu_io_map(address_map &map)