summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/maygayep.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/maygayep.cpp')
-rw-r--r--src/mame/drivers/maygayep.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/maygayep.cpp b/src/mame/drivers/maygayep.cpp
index 4d3399db597..b02001b7f9c 100644
--- a/src/mame/drivers/maygayep.cpp
+++ b/src/mame/drivers/maygayep.cpp
@@ -62,7 +62,7 @@ void maygayep_state::maygayep_map(address_map &map)
{
map.global_mask(0xffffff);
map(0x000000, 0x07ffff).rom().region("maincpu", 0);
- map(0xfe0000, 0xffffff).ram(); // merln at least?
+ map(0xfe0000, 0xfffd0f).ram(); // merln at least?
}
static INPUT_PORTS_START( maygayep )