fex68k: add note about self test

This commit is contained in:
hap 2023-10-10 13:01:02 +02:00
parent b7dcc80100
commit a0b8c325ad
3 changed files with 5 additions and 2 deletions

View File

@ -41,6 +41,9 @@ Mach IV has 2*256KB DRAM, and a daughterboard(510.1123B01) for the 68020 + 32KB
I/O is via TTL, overall very similar to EAG. I/O is via TTL, overall very similar to EAG.
Holding NEW GAME does a quick self-test, on Mach III and Mach IV it will also
display a ROM checksum.
fex68km4 continuously tests RAM at boot and displays "512", this is normal. fex68km4 continuously tests RAM at boot and displays "512", this is normal.
To start, hold New Game or Clear. To start, hold New Game or Clear.

View File

@ -60,7 +60,7 @@ it doesn't have the 8255 PPI, but has more RAM(7*TMM2016P). Some were released a
included by default, this module is the same as CB16 but at different form factor. included by default, this module is the same as CB16 but at different form factor.
Elite Avant Garde (models 6081,6088,6089) is on similar hardware as EAS. Level B8 Elite Avant Garde (models 6081,6088,6089) is on similar hardware as EAS. Level B8
Starts a self-test and displays ROM checksums, press CL to advance. starts a self-test and displays ROM checksums, press CL to advance.
Fidelity Elite Private Line were EAS/EAG conversions released by Fidelity Deutschland. Fidelity Elite Private Line were EAS/EAG conversions released by Fidelity Deutschland.
The "Elite Privat" was probably for the local market and the "Private Line" for export. The "Elite Privat" was probably for the local market and the "Private Line" for export.

View File

@ -1351,4 +1351,4 @@ GAME( 1982, sevilla, 0, sev_cnf , interflip, interflip8035_state, empty_in
GAME( 1982, toledo, 0, tol_cnf , interflip, interflip8035_state, empty_init, ROT0, "Interflip", "Toledo (set 1, 2p87)", MACHINE_MECHANICAL ) GAME( 1982, toledo, 0, tol_cnf , interflip, interflip8035_state, empty_init, ROT0, "Interflip", "Toledo (set 1, 2p87)", MACHINE_MECHANICAL )
GAME( 1982, toledoa, toledo, tol_cnf , interflip, interflip8035_state, empty_init, ROT0, "Interflip", "Toledo (set 2, 2p83)", MACHINE_MECHANICAL ) GAME( 1982, toledoa, toledo, tol_cnf , interflip, interflip8035_state, empty_init, ROT0, "Interflip", "Toledo (set 2, 2p83)", MACHINE_MECHANICAL )
GAME( 1982, toledob, toledo, tol_cnf , interflip, interflip8035_state, empty_init, ROT0, "Interflip", "Toledo (set 3, 1p79)", MACHINE_MECHANICAL ) GAME( 1982, toledob, toledo, tol_cnf , interflip, interflip8035_state, empty_init, ROT0, "Interflip", "Toledo (set 3, 1p79)", MACHINE_MECHANICAL )
GAME( 1982, jackuse, 0, jkp_cnf , interflip, interflip8035_state, empty_init, ROT0, "Interflip", "Jack Use (Jackpot settings for Interflip slots machines)", MACHINE_MECHANICAL ) GAME( 1982, jackuse, 0, jkp_cnf , interflip, interflip8035_state, empty_init, ROT0, "Interflip", "Jack Use (Jackpot settings for Interflip slots machines)", MACHINE_MECHANICAL )