summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tvcapcom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tvcapcom.cpp')
-rw-r--r--src/mame/drivers/tvcapcom.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mame/drivers/tvcapcom.cpp b/src/mame/drivers/tvcapcom.cpp
index 655b7b218e2..1e55af9bdbb 100644
--- a/src/mame/drivers/tvcapcom.cpp
+++ b/src/mame/drivers/tvcapcom.cpp
@@ -29,8 +29,9 @@ public:
void gc_map(address_map &map);
};
-ADDRESS_MAP_START(tvcapcom_state::gc_map)
-ADDRESS_MAP_END
+void tvcapcom_state::gc_map(address_map &map)
+{
+}
void tvcapcom_state::machine_start()