From f1b3472db6854e796ae2790300fb50b74a845570 Mon Sep 17 00:00:00 2001 From: Robbbert Date: Fri, 25 Jan 2019 09:17:43 +1100 Subject: tp1983: author said it should be MNW, as it has never worked. --- src/mame/drivers/testpat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3