summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/digijet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/digijet.cpp')
-rw-r--r--src/mame/drivers/digijet.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mame/drivers/digijet.cpp b/src/mame/drivers/digijet.cpp
index 08635fa7473..adcb112da5b 100644
--- a/src/mame/drivers/digijet.cpp
+++ b/src/mame/drivers/digijet.cpp
@@ -41,8 +41,9 @@ public:
void io_map(address_map &map);
};
-ADDRESS_MAP_START(digijet_state::io_map)
-ADDRESS_MAP_END
+void digijet_state::io_map(address_map &map)
+{
+}
static INPUT_PORTS_START( digijet )
INPUT_PORTS_END