summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2012-01-03 15:11:37 +0000
committer Aaron Giles <aaron@aarongiles.com>2012-01-03 15:11:37 +0000
commit8cb3ca75cde1714b2b4965c40d7edb1b2b06f793 (patch)
tree24175fb7128e883e02c926eac79e11ab377697aa
parent21874681058d35f248dfbc0d3a09f4d34342f0f0 (diff)
Doesn't anyone run mame -valid anymore?
-rw-r--r--src/mame/drivers/globalfr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/globalfr.c b/src/mame/drivers/globalfr.c
index a5bb0eed1bc..1b5d84ad6d3 100644
--- a/src/mame/drivers/globalfr.c
+++ b/src/mame/drivers/globalfr.c
@@ -30,7 +30,7 @@ public:
/******************************************************************************/
-static ADDRESS_MAP_START( globalfr_map, AS_PROGRAM, 8, globalfr_state )
+static ADDRESS_MAP_START( globalfr_map, AS_PROGRAM, 16, globalfr_state )
AM_RANGE(0x002000, 0x002fff) AM_RAM
AM_RANGE(0x008000, 0x07ffff) AM_ROM AM_REGION("maincpu", 0x8000)
AM_RANGE(0x0a0000, 0x0a01ff) AM_RAM