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.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/drivers/gamepock.cpp b/src/mame/drivers/gamepock.cpp
index 1b31660c55d..3b25f8a5094 100644
--- a/src/mame/drivers/gamepock.cpp
+++ b/src/mame/drivers/gamepock.cpp
@@ -21,7 +21,6 @@ void gamepock_state::gamepock_mem(address_map &map)
map(0x1000, 0x3fff).noprw();
//AM_RANGE(0x4000,0xbfff) AM_ROM // mapped by the cartslot
map(0xc000, 0xc7ff).mirror(0x0800).ram();
- map(0xff80, 0xffff).ram(); // 128 bytes microcontroller RAM
}