mirror of
https://github.com/holub/mame
synced 2025-04-20 15:32:45 +03:00
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
This commit is contained in:
parent
692ced7710
commit
9b21cf3b56
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user