From 2d15d21efe0e8d5bd484617c33bd37f2ec04f9f1 Mon Sep 17 00:00:00 2001 From: Curt Coder Date: Mon, 6 Mar 2023 07:47:28 +0200 Subject: abc1600: Note failing tests. --- src/mame/luxor/abc1600.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/mame/luxor/abc1600.cpp b/src/mame/luxor/abc1600.cpp index 5d3dcc569e0..f01750733c6 100644 --- a/src/mame/luxor/abc1600.cpp +++ b/src/mame/luxor/abc1600.cpp @@ -36,6 +36,10 @@ TODO: + - systest1600 + - chip test crashes with trap 4 + - keyboard test fails + - mouse test fails - loadsys1 core dump (/etc/mkfs -b 1024 -v 69000 /dev/sa40) - short/long reset (RSTBUT) - CIO @@ -1056,4 +1060,4 @@ ROM_END //************************************************************************** // YEAR NAME PARENT COMPAT MACHINE INPUT CLASS INIT COMPANY FULLNAME FLAGS -COMP( 1985, abc1600, 0, 0, abc1600, abc1600, abc1600_state, empty_init, "Luxor", "ABC 1600", MACHINE_SUPPORTS_SAVE ) +COMP( 1985, abc1600, 0, 0, abc1600, abc1600, abc1600_state, empty_init, "Luxor", "ABC 1600", MACHINE_NOT_WORKING | MACHINE_SUPPORTS_SAVE ) -- cgit v1.2.3