summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/abc80x.c
diff options
context:
space:
mode:
author Curt Coder <curtcoder@mail.com>2015-05-19 21:46:29 +0300
committer Curt Coder <curtcoder@mail.com>2015-05-19 21:46:37 +0300
commit1fab76fe364812a91d0657d9b434a2cbe385fa8a (patch)
tree3fcfb63adce7e42449aa3c6270392ff92bb7423f /src/mess/drivers/abc80x.c
parent18db099c190a1dfb69209f1552f1eaaceb0ee2a0 (diff)
(MESS) abc806: Implemented flashing, double height, and underlined characters by hooking up the RAD PROM. [Curt Coder]
Diffstat (limited to 'src/mess/drivers/abc80x.c')
-rw-r--r--src/mess/drivers/abc80x.c12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/mess/drivers/abc80x.c b/src/mess/drivers/abc80x.c
index 6b517180b30..75cc73a29fe 100644
--- a/src/mess/drivers/abc80x.c
+++ b/src/mess/drivers/abc80x.c
@@ -137,6 +137,16 @@ Notes:
*/
+/*
+
+ TODO:
+
+ - cassette
+ - abc806 RTC
+ - abc806 disks except ufd631 won't boot
+
+*/
+
#include "includes/abc80x.h"
@@ -1628,4 +1638,4 @@ DRIVER_INIT_MEMBER(abc806_state,driver_init)
COMP( 1981, abc800c, 0, 0, abc800c, abc800, abc800c_state, driver_init, "Luxor Datorer AB", "ABC 800 C/HR", GAME_SUPPORTS_SAVE )
COMP( 1981, abc800m, abc800c, 0, abc800m, abc800, abc800m_state, driver_init, "Luxor Datorer AB", "ABC 800 M/HR", GAME_SUPPORTS_SAVE )
COMP( 1983, abc802, 0, 0, abc802, abc802, abc802_state, driver_init, "Luxor Datorer AB", "ABC 802", GAME_SUPPORTS_SAVE )
-COMP( 1983, abc806, 0, 0, abc806, abc806, abc806_state, driver_init, "Luxor Datorer AB", "ABC 806", GAME_SUPPORTS_SAVE | GAME_IMPERFECT_GRAPHICS )
+COMP( 1983, abc806, 0, 0, abc806, abc806, abc806_state, driver_init, "Luxor Datorer AB", "ABC 806", GAME_SUPPORTS_SAVE )