summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/d6800.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/d6800.cpp')
-rw-r--r--src/mame/drivers/d6800.cpp7
1 files changed, 6 insertions, 1 deletions
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 )