Magicard.cpp: Demoted simpbest to MNW.

This commit is contained in:
Roberto Fresca 2024-01-01 22:07:57 +01:00
parent 594aa2e14c
commit e48f9faa7e

View File

@ -8,19 +8,6 @@
Driver by Roberto Fresca, David Haywood, Angelo Salese and Paul Arnold
TODO:
- driver based off raw guesses (we don't have relevant key docs);
- Verify RAM config on PCBs;
- I/Os;
- UART;
- hook-up PIC16F84 when emulation available
- hotslots, quingo: sets up 68070 timer chs 1 & 2, currently unsupported;
- bigdeal0: locks with 68070 continually executing address error exception
- determine what drives int1_w. (It's RTC on boards with RTC) (Not all games use this)
- Correct memory map - at the moment ROM is mapped to several address spaces for
all games. This is probably wrong.
- dallaspk produces white noise after some sounds.
Games running on this hardware:
* Magic Card (v2.01), Impera, 1994.
@ -49,6 +36,20 @@
* Simply the Best (CZ750, v1.0), Kajot, 2001.
TODO:
- driver based off raw guesses (we don't have relevant key docs);
- Verify RAM config on PCBs;
- I/Os;
- UART;
- hook-up PIC16F84 when emulation available
- hotslots, quingo: sets up 68070 timer chs 1 & 2, currently unsupported;
- bigdeal0: locks with 68070 continually executing address error exception
- determine what drives int1_w. (It's RTC on boards with RTC) (Not all games use this)
- Correct memory map - at the moment ROM is mapped to several address spaces for
all games. This is probably wrong.
- dallaspk produces white noise after some sounds.
*******************************************************************************
@ -2459,4 +2460,4 @@ GAME( 1993, dallaspk, 0, magicard, dallaspk, magicard_state, em
GAME( 1993, kajotcrd, 0, hotslots, magicard, hotslots_state, empty_init, ROT0, "Amatic", "Kajot Card (Version 1.01, Wien Euro)", MACHINE_SUPPORTS_SAVE | MACHINE_NOT_WORKING )
GAMEL( 1991, pokeri, 0, magicard, pokeri, magicard_state, empty_init, ROT0, "Impera", "Poker (Impera, V11/90b)", MACHINE_SUPPORTS_SAVE, layout_pokeri )
GAMEL( 2001, simpbest, 0, simpbest, simpbest, hotslots_state, empty_init, ROT0, "Kajot", "Simply the Best (CZ750, v1.0)", MACHINE_SUPPORTS_SAVE | MACHINE_UNEMULATED_PROTECTION, layout_simpbest )
GAMEL( 2001, simpbest, 0, simpbest, simpbest, hotslots_state, empty_init, ROT0, "Kajot", "Simply the Best (CZ750, v1.0)", MACHINE_SUPPORTS_SAVE | MACHINE_UNEMULATED_PROTECTION | MACHINE_NOT_WORKING, layout_simpbest )