summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/ts802.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/ts802.c')
-rw-r--r--src/mess/drivers/ts802.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/drivers/ts802.c b/src/mess/drivers/ts802.c
index 0c8dea9a3ca..33f3e44f4db 100644
--- a/src/mess/drivers/ts802.c
+++ b/src/mess/drivers/ts802.c
@@ -237,5 +237,5 @@ ROM_END
/* Driver */
/* YEAR NAME PARENT COMPAT MACHINE INPUT STATE INIT COMPANY FULLNAME FLAGS */
-COMP( 1982, ts802, 0, 0, ts802, ts802, ts802_state, ts802, "Televideo", "TS802", GAME_IS_SKELETON )
-COMP( 1982, ts802h, ts802, 0, ts802, ts802, ts802_state, ts802, "Televideo", "TS802H", GAME_IS_SKELETON )
+COMP( 1982, ts802, 0, 0, ts802, ts802, ts802_state, ts802, "Televideo", "TS802", MACHINE_IS_SKELETON )
+COMP( 1982, ts802h, ts802, 0, ts802, ts802, ts802_state, ts802, "Televideo", "TS802H", MACHINE_IS_SKELETON )