summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gamepock.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gamepock.cpp')
-rw-r--r--src/mame/drivers/gamepock.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gamepock.cpp b/src/mame/drivers/gamepock.cpp
index 3b25f8a5094..b659cd265bb 100644
--- a/src/mame/drivers/gamepock.cpp
+++ b/src/mame/drivers/gamepock.cpp
@@ -19,7 +19,7 @@ void gamepock_state::gamepock_mem(address_map &map)
map.unmap_value_high();
map(0x0000, 0x0fff).rom();
map(0x1000, 0x3fff).noprw();
- //AM_RANGE(0x4000,0xbfff) AM_ROM // mapped by the cartslot
+ //map(0x4000,0xbfff).rom(); // mapped by the cartslot
map(0xc000, 0xc7ff).mirror(0x0800).ram();
}