summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/test_t400.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/test_t400.cpp')
-rw-r--r--src/mame/drivers/test_t400.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/test_t400.cpp b/src/mame/drivers/test_t400.cpp
index e8108af03b3..4fae2dec5b2 100644
--- a/src/mame/drivers/test_t400.cpp
+++ b/src/mame/drivers/test_t400.cpp
@@ -51,5 +51,5 @@ ROM_START( test420 )
ROM_LOAD( "rom_42x.bin", 0x000, 0x400, BAD_DUMP CRC(e4e80001) SHA1(8fdca9d08de1cc83387a7d141f6b254117902442) )
ROM_END
-COMP( 2008, test410, 0, 0, test_t410, 0, t400_test_suite_state, 0, "T400 uController project", "T410 test suite", MACHINE_NO_SOUND_HW )
-COMP( 2008, test420, test410, 0, test_t420, 0, t400_test_suite_state, 0, "T400 uController project", "T420 test suite", MACHINE_NO_SOUND_HW )
+COMP( 2008, test410, 0, 0, test_t410, 0, t400_test_suite_state, empty_init, "T400 uController project", "T410 test suite", MACHINE_NO_SOUND_HW )
+COMP( 2008, test420, test410, 0, test_t420, 0, t400_test_suite_state, empty_init, "T400 uController project", "T420 test suite", MACHINE_NO_SOUND_HW )