summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2019-01-25 09:17:43 +1100
committer Robbbert <Robbbert@users.noreply.github.com>2019-01-25 09:17:43 +1100
commitf1b3472db6854e796ae2790300fb50b74a845570 (patch)
tree64d93121eb8d41d42d68817300ae85636b3d1dd7
parentfa43cd597afccc11b8f301de02871679889337fe (diff)
tp1983: author said it should be MNW, as it has never worked.
-rw-r--r--src/mame/drivers/testpat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/testpat.cpp b/src/mame/drivers/testpat.cpp
index 60faab6b75a..cf5b4ba2da4 100644
--- a/src/mame/drivers/testpat.cpp
+++ b/src/mame/drivers/testpat.cpp
@@ -141,5 +141,5 @@ ROM_START( tp1985 ) /* dummy to satisfy game entry*/
ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 )
ROM_END
-SYST( 1983, tp1983, 0, 0, tp1983, tp1983, tp1983_state, empty_init, "Radio", "TV Test Pattern Generator 1983", MACHINE_NO_SOUND_HW)
+SYST( 1983, tp1983, 0, 0, tp1983, tp1983, tp1983_state, empty_init, "Radio", "TV Test Pattern Generator 1983", MACHINE_NOT_WORKING | MACHINE_NO_SOUND_HW)
SYST( 1985, tp1985, 0, 0, tp1985, tp1985, tp1985_state, empty_init, "Radio", "TV Test Pattern Generator 1985", MACHINE_NO_SOUND_HW)