summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mps1230.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mps1230.cpp')
-rw-r--r--src/mame/drivers/mps1230.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/drivers/mps1230.cpp b/src/mame/drivers/mps1230.cpp
index 71f8f4d9d39..b2daf33df49 100644
--- a/src/mame/drivers/mps1230.cpp
+++ b/src/mame/drivers/mps1230.cpp
@@ -128,7 +128,6 @@ void mps1230_state::mps1230_map(address_map &map)
{
map(0x0000, 0x7fff).rom().region("maincpu", 0);
map(0xc000, 0xdfff).ram(); // as per the service manual
- map(0xff80, 0xffff).ram(); // internal in cpu
}
/***************************************************************************