summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/testconsole.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/testconsole.cpp')
-rw-r--r--src/mame/drivers/testconsole.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/testconsole.cpp b/src/mame/drivers/testconsole.cpp
index d80ac63cdd3..7dbe96fce50 100644
--- a/src/mame/drivers/testconsole.cpp
+++ b/src/mame/drivers/testconsole.cpp
@@ -209,5 +209,5 @@ ROM_END
} // anonymous namespace
-// YEAR NAME PARENT COMPAT MACHINE INPUT STATE INIT COMPANY FULLNAME FLAGS
-COMP( 1980?, whousetc, 0, 0, whousetc, whousetc, whouse_testcons_state, 0, "Westinghouse", "Test Console Serial #5", MACHINE_SUPPORTS_SAVE | MACHINE_NO_SOUND_HW | MACHINE_CLICKABLE_ARTWORK )
+// YEAR NAME PARENT COMPAT MACHINE INPUT CLASS INIT COMPANY FULLNAME FLAGS
+COMP( 1980?, whousetc, 0, 0, whousetc, whousetc, whouse_testcons_state, empty_init, "Westinghouse", "Test Console Serial #5", MACHINE_SUPPORTS_SAVE | MACHINE_NO_SOUND_HW | MACHINE_CLICKABLE_ARTWORK )