summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/etc/unkfr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/etc/unkfr.cpp')
-rw-r--r--src/mame/etc/unkfr.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mame/etc/unkfr.cpp b/src/mame/etc/unkfr.cpp
index dd16171c298..4e7c2e7f566 100644
--- a/src/mame/etc/unkfr.cpp
+++ b/src/mame/etc/unkfr.cpp
@@ -60,8 +60,9 @@ static INPUT_PORTS_START( unkfr )
PORT_DIPSETTING( 0x80, DEF_STR( On ) )
INPUT_PORTS_END
-MACHINE_CONFIG_START( unkfr_state::unkfr )
-MACHINE_CONFIG_END
+void unkfr_state::unkfr(machine_config &config)
+{
+}
ROM_START( unkfr )
ROM_REGION( 0x800000, "unkroms", 0 )