From a0b8c325ad405dd698eb054c0ba60e537a81d3a1 Mon Sep 17 00:00:00 2001 From: hap Date: Tue, 10 Oct 2023 13:01:02 +0200 Subject: fex68k: add note about self test --- src/mame/fidelity/eag68k.cpp | 3 +++ src/mame/fidelity/elite.cpp | 2 +- src/mame/misc/interflip8035.cpp | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/mame/fidelity/eag68k.cpp b/src/mame/fidelity/eag68k.cpp index 92ecb1c5c66..084b84a2698 100644 --- a/src/mame/fidelity/eag68k.cpp +++ b/src/mame/fidelity/eag68k.cpp @@ -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. +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. To start, hold New Game or Clear. diff --git a/src/mame/fidelity/elite.cpp b/src/mame/fidelity/elite.cpp index b3f746bf7b7..0e3521e8dcd 100644 --- a/src/mame/fidelity/elite.cpp +++ b/src/mame/fidelity/elite.cpp @@ -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. 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. The "Elite Privat" was probably for the local market and the "Private Line" for export. diff --git a/src/mame/misc/interflip8035.cpp b/src/mame/misc/interflip8035.cpp index cf49cd468c3..b352686d10b 100644 --- a/src/mame/misc/interflip8035.cpp +++ b/src/mame/misc/interflip8035.cpp @@ -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, 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, jackuse, 0, jkp_cnf , interflip, interflip8035_state, empty_init, ROT0, "Interflip", "Jack Use (Jackpot settings for Interflip slots machines)", MACHINE_MECHANICAL ) \ No newline at end of file +GAME( 1982, jackuse, 0, jkp_cnf , interflip, interflip8035_state, empty_init, ROT0, "Interflip", "Jack Use (Jackpot settings for Interflip slots machines)", MACHINE_MECHANICAL ) -- cgit v1.2.3