summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2018-09-25 21:33:18 +1000
committer Olivier Galibert <galibert@pobox.com>2018-09-25 14:02:47 +0200
commit5f14eb4831afc8b12643e3f92f2892dfb5269fab (patch)
tree6558e13b825bb5db194159d18bd3df041a086248
parentca1be3b88686c711462d4aca772c89652ea3673a (diff)
Video21 marked as NOT WORKING, because it freezes if you win.
-rw-r--r--src/mame/drivers/video21.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/video21.cpp b/src/mame/drivers/video21.cpp
index 1e569fcfea9..5cf9dca2723 100644
--- a/src/mame/drivers/video21.cpp
+++ b/src/mame/drivers/video21.cpp
@@ -19,6 +19,7 @@ To Do:
- unknown status bits? eg. hopper
- color overlay as seen on flyer upright cabinet
- no lamp for 'Deal' is this correct?
+- If you win, it hangs. This is why it's marked as GNW.
When booted, press Key out (mapped to W by default) to get it going.
@@ -283,4 +284,4 @@ ROM_START( video21 )
ROM_LOAD_NIB_LOW ( "lich_gfx.43", 0x0000, 0x0400, CRC(0ecb0aab) SHA1(7f3f1b93a5d38828ae3e97e5f8ef1a6a96dc798b) )
ROM_END
-GAMEL(1980, video21, 0, video21, video21, video21_state, empty_init, ROT0, "Video Games GmbH", "Video 21", MACHINE_NO_SOUND, layout_video21)
+GAMEL(1980, video21, 0, video21, video21, video21_state, empty_init, ROT0, "Video Games GmbH", "Video 21", MACHINE_NOT_WORKING | MACHINE_NO_SOUND, layout_video21)