From a6eef7565d4c891d89e4344d7eb4369ca8f8fa93 Mon Sep 17 00:00:00 2001 From: Robbbert Date: Tue, 29 Jan 2019 08:30:14 +1100 Subject: (nw) d6800 : marked as MNW (see added notes in source). --- src/mame/drivers/d6800.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/mame/drivers/d6800.cpp b/src/mame/drivers/d6800.cpp index a7b4c37b99a..b42905db909 100644 --- a/src/mame/drivers/d6800.cpp +++ b/src/mame/drivers/d6800.cpp @@ -34,6 +34,11 @@ Information and programs can be found at http://chip8.com/?page=78 + 2019-01-29: Noticed that when you try to enter the 4-digit address, it + runs into the weeds when the 2nd digit is pressed. Unable to locate a + version where it ever worked, even though the above text insinuates that + it once did. Marked as MNW until the problem can be resolved. The rest of + the machine appears to work fine. (Robbbert) **********************************************************************************/ @@ -441,4 +446,4 @@ ROM_START( d6800 ) ROM_END // YEAR NAME PARENT COMPAT MACHINE INPUT CLASS INIT COMPANY FULLNAME FLAGS -COMP( 1979, d6800, 0, 0, d6800, d6800, d6800_state, empty_init, "Michael Bauer", "Dream 6800", 0 ) +COMP( 1979, d6800, 0, 0, d6800, d6800, d6800_state, empty_init, "Michael Bauer", "Dream 6800", MACHINE_NOT_WORKING ) -- cgit v1.2.3