New systems marked not working

------------------------------
Star Diamond [hap, Berger]
This commit is contained in:
hap 2024-03-07 19:18:55 +01:00
parent 687cdb134c
commit d5409551e3
2 changed files with 5 additions and 7 deletions

View File

@ -9,9 +9,6 @@
******************************************************************************/ ******************************************************************************/
@source:novag/sdiamond.cpp
sdiamond
@source:access/acvirus.cpp @source:access/acvirus.cpp
virusa // (c) 1997 Access GmbH virusa // (c) 1997 Access GmbH
virusb // (c) 1999 Access GmbH virusb // (c) 1999 Access GmbH
@ -34894,6 +34891,9 @@ robotadv
savant // savant //
savant2 // savant2 //
@source:novag/sdiamond.cpp
sdiamond
@source:novag/sexpert.cpp @source:novag/sexpert.cpp
sexperta // sexperta //
sexperta1 // sexperta1 //

View File

@ -3,9 +3,6 @@
// thanks-to:Berger // thanks-to:Berger
/******************************************************************************* /*******************************************************************************
@source:novag/sdiamond.cpp
sdiamond
Novag (Perfect Technology*) Star Diamond Novag (Perfect Technology*) Star Diamond
*: Novag Industries dissolved in 2000. The Novag brand continued for a few years *: Novag Industries dissolved in 2000. The Novag brand continued for a few years
@ -21,6 +18,7 @@ Hardware notes:
- piezo, 16 LEDs, button sensors chessboard - piezo, 16 LEDs, button sensors chessboard
TODO: TODO:
- add internal artwork
- it does a cold boot at every reset, so nvram won't work properly unless MAME - it does a cold boot at every reset, so nvram won't work properly unless MAME
adds some kind of auxillary autosave state feature at power-off adds some kind of auxillary autosave state feature at power-off
- serial comms doesn't work, 25MHz XTAL is correct and the SCI baud rate is - serial comms doesn't work, 25MHz XTAL is correct and the SCI baud rate is
@ -372,4 +370,4 @@ ROM_END
*******************************************************************************/ *******************************************************************************/
// YEAR NAME PARENT COMPAT MACHINE INPUT CLASS INIT COMPANY, FULLNAME, FLAGS // YEAR NAME PARENT COMPAT MACHINE INPUT CLASS INIT COMPANY, FULLNAME, FLAGS
SYST( 2003, sdiamond, 0, 0, sdiamond, sdiamond, sdiamond_state, empty_init, "Perfect Technology", "Star Diamond", MACHINE_SUPPORTS_SAVE | MACHINE_CLICKABLE_ARTWORK ) SYST( 2003, sdiamond, 0, 0, sdiamond, sdiamond, sdiamond_state, empty_init, "Perfect Technology", "Star Diamond", MACHINE_SUPPORTS_SAVE | MACHINE_CLICKABLE_ARTWORK | MACHINE_NOT_WORKING )