summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gaelcopc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gaelcopc.cpp')
-rw-r--r--src/mame/drivers/gaelcopc.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/gaelcopc.cpp b/src/mame/drivers/gaelcopc.cpp
index 316410f22ee..ffcf5ece443 100644
--- a/src/mame/drivers/gaelcopc.cpp
+++ b/src/mame/drivers/gaelcopc.cpp
@@ -40,6 +40,7 @@ public:
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void gaelcopc(machine_config &config);
+ void gaelcopc_map(address_map &map);
protected:
// devices
@@ -59,7 +60,7 @@ uint32_t gaelcopc_state::screen_update(screen_device &screen, bitmap_ind16 &bitm
return 0;
}
-static ADDRESS_MAP_START( gaelcopc_map, AS_PROGRAM, 32, gaelcopc_state )
+ADDRESS_MAP_START(gaelcopc_state::gaelcopc_map)
AM_RANGE(0x00000000, 0x0001ffff) AM_ROM
ADDRESS_MAP_END