summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/caprcyc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/caprcyc.cpp')
-rw-r--r--src/mame/drivers/caprcyc.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/caprcyc.cpp b/src/mame/drivers/caprcyc.cpp
index e2dbaa2e570..1102705697f 100644
--- a/src/mame/drivers/caprcyc.cpp
+++ b/src/mame/drivers/caprcyc.cpp
@@ -29,6 +29,7 @@ public:
required_device<cpu_device> m_maincpu;
void caprcyc(machine_config &config);
+ void caprcyc_map(address_map &map);
};
@@ -38,7 +39,7 @@ public:
***************************************************************************/
-static ADDRESS_MAP_START( caprcyc_map, AS_PROGRAM, 32, caprcyc_state ) // TODO...
+ADDRESS_MAP_START(caprcyc_state::caprcyc_map) // TODO...
AM_RANGE(0x00000000, 0x0003ffff) AM_ROM
ADDRESS_MAP_END