From 9b21cf3b566b18e1820cb91127d8254a6c102e2b Mon Sep 17 00:00:00 2001 From: simzy39 <45438677+simzy39@users.noreply.github.com> Date: Mon, 6 Jun 2022 07:41:36 +1000 Subject: [PATCH] su2000.cpp: add notes: SD2000 and SU2000 hardware, list of games (#9672) * su2000.cpp: distinguish SD2000 and SU2000, and add game list -First attempt at listing that there are SU2000 (Stand Up) and SD2000 (Sit Down) models -Attempt at listing the 2000 platform's software, but currently don't know what games are SU or SD only -Added a link to SU2000 Technical Manual --- src/mame/drivers/su2000.cpp | 34 ++++++++++++++++++++++++---------- 1 file changed, 24 insertions(+), 10 deletions(-) diff --git a/src/mame/drivers/su2000.cpp b/src/mame/drivers/su2000.cpp index 3993a3c610e..6acbb472a1f 100644 --- a/src/mame/drivers/su2000.cpp +++ b/src/mame/drivers/su2000.cpp @@ -2,20 +2,34 @@ // copyright-holders:Philip Bennett /*************************************************************************** - Virtuality SU2000 hardware + Virtuality SU2000 (Stand Up) and SD2000 (Sit Down) hardware preliminary driver by Phil Bennett - Known games: - * Dactyl Nightmare SP - * Virtual Boxing - * Buggy Ball - * Missile Command + Known SU2000 games: + * Boxing + * Dactyl Nightmare SP + * Dactyl Nightmare 2 - Race For The Eggs! + * PacManVR + * Shoot For Loot + * Sphere * Zone Hunter - - - Hardware Info: - See: http://arianchen.de/su2000/status.html + + Known SD2000 games: + * Buggy Ball + * Ghost Train + * Missile Command VR + * X-Treme Strike + + SU2000 Hardware Info sources: + An owner's breakdown of system: http://arianchen.de/su2000/status.html + Technical Manual: http://arianchen.de/su2000/files/su2000tech.pdf + + SU2000 and SD2000 share the same base hardware: + -Intel 486 DX-33 processor + -8MB RAM + -customised `Expality PIX 1000` card with 16MB Video RAM + (has Dual Motorola MC88110 CPU, and each game comes with independent firmware for both CPUs) TODO: