summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/capcom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/capcom.cpp')
-rw-r--r--src/mame/drivers/capcom.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/capcom.cpp b/src/mame/drivers/capcom.cpp
index cbaac156f1e..ce5385cdfce 100644
--- a/src/mame/drivers/capcom.cpp
+++ b/src/mame/drivers/capcom.cpp
@@ -17,6 +17,7 @@ public:
{ }
void capcom(machine_config &config);
+ void capcom_map(address_map &map);
protected:
// devices
@@ -29,7 +30,7 @@ public:
};
-static ADDRESS_MAP_START( capcom_map, AS_PROGRAM, 16, capcom_state )
+ADDRESS_MAP_START(capcom_state::capcom_map)
AM_RANGE(0x0000, 0xffffff) AM_NOP
ADDRESS_MAP_END