summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cupidon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cupidon.cpp')
-rw-r--r--src/mame/drivers/cupidon.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/cupidon.cpp b/src/mame/drivers/cupidon.cpp
index 2fb372186be..b8597858320 100644
--- a/src/mame/drivers/cupidon.cpp
+++ b/src/mame/drivers/cupidon.cpp
@@ -43,6 +43,7 @@ public:
};
void cupidon(machine_config &config);
+ void cupidon_map(address_map &map);
protected:
@@ -78,7 +79,7 @@ uint32_t cupidon_state::screen_update_cupidon(screen_device &screen, bitmap_ind1
}
// could be pumped through the get_cs function (if they use the memory protection features we might have to) but that's slow...
-static ADDRESS_MAP_START( cupidon_map, AS_PROGRAM, 32, cupidon_state )
+ADDRESS_MAP_START(cupidon_state::cupidon_map)
AM_RANGE(0x0000000, 0x07fffff) AM_ROM AM_MIRROR(0x1000000)
AM_RANGE(0x1000000, 0x100ffff) AM_RAM