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.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mame/drivers/gaelcopc.cpp b/src/mame/drivers/gaelcopc.cpp
index ffcf5ece443..fbb0fafd17b 100644
--- a/src/mame/drivers/gaelcopc.cpp
+++ b/src/mame/drivers/gaelcopc.cpp
@@ -60,9 +60,10 @@ uint32_t gaelcopc_state::screen_update(screen_device &screen, bitmap_ind16 &bitm
return 0;
}
-ADDRESS_MAP_START(gaelcopc_state::gaelcopc_map)
- AM_RANGE(0x00000000, 0x0001ffff) AM_ROM
-ADDRESS_MAP_END
+void gaelcopc_state::gaelcopc_map(address_map &map)
+{
+ map(0x00000000, 0x0001ffff).rom();
+}
static INPUT_PORTS_START( gaelcopc )
INPUT_PORTS_END