summaryrefslogtreecommitdiffstatshomepage
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.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mame/drivers/capcom.cpp b/src/mame/drivers/capcom.cpp
index ce5385cdfce..9cbc14466ad 100644
--- a/src/mame/drivers/capcom.cpp
+++ b/src/mame/drivers/capcom.cpp
@@ -30,9 +30,10 @@ public:
};
-ADDRESS_MAP_START(capcom_state::capcom_map)
- AM_RANGE(0x0000, 0xffffff) AM_NOP
-ADDRESS_MAP_END
+void capcom_state::capcom_map(address_map &map)
+{
+ map(0x0000, 0xffffff).noprw();
+}
static INPUT_PORTS_START( capcom )
INPUT_PORTS_END