summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bailey.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/bailey.cpp')
-rw-r--r--src/mame/drivers/bailey.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/bailey.cpp b/src/mame/drivers/bailey.cpp
index df0cf702688..5b3598ebf1b 100644
--- a/src/mame/drivers/bailey.cpp
+++ b/src/mame/drivers/bailey.cpp
@@ -153,5 +153,5 @@ ROM_START( fun4a )
ROM_END
-GAME( 1976, fun4, 0, bailey, 0, bailey_state, 0, ROT0, "Bailey International", "Fun Four (set 1) [TTL]", MACHINE_IS_SKELETON )
-GAME( 1976, fun4a, fun4, bailey, 0, bailey_state, 0, ROT0, "Bailey International", "Fun Four (set 2) [TTL]", MACHINE_IS_SKELETON )
+GAME( 1976, fun4, 0, bailey, 0, bailey_state, empty_init, ROT0, "Bailey International", "Fun Four (set 1) [TTL]", MACHINE_IS_SKELETON )
+GAME( 1976, fun4a, fun4, bailey, 0, bailey_state, empty_init, ROT0, "Bailey International", "Fun Four (set 2) [TTL]", MACHINE_IS_SKELETON )