From d6873bfaccee1b1c5bb8e6ec9127c4ed860d8564 Mon Sep 17 00:00:00 2001 From: Robbbert Date: Tue, 7 Sep 2021 22:34:43 +1000 Subject: supstarf: added notes. --- src/mame/drivers/supstarf.cpp | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/src/mame/drivers/supstarf.cpp b/src/mame/drivers/supstarf.cpp index c51a223445c..f717a6d1c7d 100644 --- a/src/mame/drivers/supstarf.cpp +++ b/src/mame/drivers/supstarf.cpp @@ -2,9 +2,21 @@ // copyright-holders:AJR /*************************************************************************** - Super Star (Recreativos Franco) - - Skeleton driver for 8085-based pinball hardware. +Super Star (Recreativos Franco) + +Skeleton driver for 8085-based pinball hardware. + +TODO: +- The ROM for the sound cpu is a bad dump. The 8035 should set itself up, + then signal a rst(call 0024) to the 8085 which in turn sets up key + indicators in RAM and enabling the machine to begin. With the bad dump, + none of that can happen. +- Display circuits: i8259, 74164, 74159 and other bits. +- Default layout +- Outputs (solenoids, lamps) +- Inputs (switches) +- NVRAM (5517 ram is battery-backed) +- Manual is missing a couple of pages. ***************************************************************************/ -- cgit v1.2.3