summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/zt8802.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/zt8802.cpp')
-rw-r--r--src/mame/drivers/zt8802.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mame/drivers/zt8802.cpp b/src/mame/drivers/zt8802.cpp
index 6521a49cb8d..3d32d81be2c 100644
--- a/src/mame/drivers/zt8802.cpp
+++ b/src/mame/drivers/zt8802.cpp
@@ -33,8 +33,9 @@ private:
static INPUT_PORTS_START( zt8802 )
INPUT_PORTS_END
-MACHINE_CONFIG_START(zt8802_state::zt8802)
-MACHINE_CONFIG_END
+void zt8802_state::zt8802(machine_config &config)
+{
+}
ROM_START( zt8802 )
ROM_REGION( 0x80000, "roms", 0 )