diff options
author | 2023-03-06 07:47:28 +0200 | |
---|---|---|
committer | 2023-03-06 07:47:28 +0200 | |
commit | 2d15d21efe0e8d5bd484617c33bd37f2ec04f9f1 (patch) | |
tree | 95393f74929ef029e6aa0eb71aa35a4346962aa4 | |
parent | 28c932d8f0f2cf0aa22eb32f2ffad720561317a1 (diff) |
abc1600: Note failing tests.
-rw-r--r-- | src/mame/luxor/abc1600.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
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 ) |