diff options
Diffstat (limited to 'src/mame/drivers/mephisto.c')
-rw-r--r-- | src/mame/drivers/mephisto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mephisto.c b/src/mame/drivers/mephisto.c index db7c35efb80..56f4f8e611e 100644 --- a/src/mame/drivers/mephisto.c +++ b/src/mame/drivers/mephisto.c @@ -11,7 +11,7 @@ public: }; -static ADDRESS_MAP_START( mephisto_map, ADDRESS_SPACE_PROGRAM, 8 ) +static ADDRESS_MAP_START( mephisto_map, AS_PROGRAM, 8 ) ADDRESS_MAP_UNMAP_HIGH AM_RANGE(0x00000, 0x0ffff) AM_ROM AM_RANGE(0x10000, 0x1ffff) AM_RAM |