diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mame/drivers/alvg.cpp | 29 | ||||
-rw-r--r-- | src/mame/drivers/capcom.cpp | 26 | ||||
-rw-r--r-- | src/mame/drivers/spike.cpp | 10 |
3 files changed, 58 insertions, 7 deletions
diff --git a/src/mame/drivers/alvg.cpp b/src/mame/drivers/alvg.cpp index 3ac441132c3..45ebb90fc0a 100644 --- a/src/mame/drivers/alvg.cpp +++ b/src/mame/drivers/alvg.cpp @@ -1,6 +1,33 @@ // license:BSD-3-Clause // copyright-holders:Miodrag Milanovic - +/****************************************************************************************************** +PINBALL +Alvin G pinball machines. + +Pinball games: +- Al's Garage Band Goes on a World Tour +- Dual-Pool (unreleased) +- Monte Carlo +- Mystery Castle +- Pistol Poker +- Punchy the Clown +- Slam 'n Jam (unreleased) +- Tropical Isle +Other games: +- A-MAZE-ING Baseball (redemption) +- A G Football (head to head) +- A G Soccer-ball (head to head) +- Dinosaur Eggs (redemption) +- The Death Dealing Adventure of Maxx Badazz Champion Kickboxer (unreleased) +- USA Football (redemption) +- USA Football (head to head) + +Status: +- Skeletons + +ToDo: +- Everything +****************************************************************************************************/ #include "emu.h" #include "cpu/m6502/m65c02.h" diff --git a/src/mame/drivers/capcom.cpp b/src/mame/drivers/capcom.cpp index 42fc17fdb5b..706da41fb4b 100644 --- a/src/mame/drivers/capcom.cpp +++ b/src/mame/drivers/capcom.cpp @@ -1,8 +1,28 @@ // license:BSD-3-Clause // copyright-holders:Miodrag Milanovic -/* - Capcom A0015405 -*/ +/****************************************************************************************************** +PINBALL +Capcom A0015405 + +Games: +- Airborne (#3001) +- Big Bang Bar (#3003) +- Breakshot (#3002) +- Flipper Football (#3004) +- Kingpin (#3005) +- Pinball Magic (#3000) +- Red Line Fever (unreleased) +- Zingy Bingy (unreleased) +- Goofy Hoops +- Pool Player + +Status: +- Skeletons + +ToDo: +- Everything + +******************************************************************************************************/ #include "emu.h" diff --git a/src/mame/drivers/spike.cpp b/src/mame/drivers/spike.cpp index b89d1bc4272..2207e3da39a 100644 --- a/src/mame/drivers/spike.cpp +++ b/src/mame/drivers/spike.cpp @@ -6,9 +6,11 @@ Created 2022-02-13. Stern SPIKE/SPIKE2 system. The current (as of 2022) system for Stern pinball machines. There are a number of boards that take 48 volt -power and regulate it to the voltages needed. The boards communicate via Cat5 cables. +power and regulate it to the voltages needed. The boards communicate via Cat5 cables, and each has a unique +network (node) address. For example the CPU board is Node 0, and other major boards are 8 and 9. -Major components: (to do) +CPU/GPU = IMX 6 ARMS PROCESSOR CORTEX A9 1.2GHz DUAL CORE. Later games will have a Quad-core processor. +Like most modern pinballs, updates are uploaded via a USB stick. This source is not included in the compilation, as there's no code at this time. @@ -84,7 +86,9 @@ Heavy Metal S1 The Mandalorian (Pro) S5 The Mandalorian (LE) S6 The Mandalorian (Premium) S7 -Rush T1 +Rush (Pro) T1 +Rush (LE) T2 +Rush (Premium) T3 Godzilla (Pro) T5 Godzilla (LE) T6 Godzilla (Premium) T7 |