summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author Roberto Fresca <robertof@mamedev.org>2008-02-26 09:41:11 +0000
committer Roberto Fresca <robertof@mamedev.org>2008-02-26 09:41:11 +0000
commitb28523cabe28364c4ddae34cc148008a129a6dc5 (patch)
tree52723a034c2ffbeb487c2e999a0c7723a7326c8f /.gitattributes
parentadcdfd3e5be783192f621b2426236b736e9cff24 (diff)
Big changes to Cal Omega driver to support systems 903/904/905/906.
A lot of sets were added. Also System 903/905 diag ROMs. Submitted the driver at this point because it's growing as a monster. Parent/clone relationship for official games is not defined yet. Changes: - Renamed the driver to calomega.c. - Extended the driver to support all the other Cal Omega systems. - Switched to XTAL def. - Fixed CPU & sound clocks based on official diagrams. - Replaced the AY-8910 with AY-8912 to match the real hardware. - Unified some memory maps. - Splitted machine in sys903 and sys905. - Fixed memory map offsets for sys905. - Added support to the following games: Game 7.6 (Arcade Poker) Game 7.9 (Arcade Poker) Game 9.4 (Keno) Game 12.5 (Bingo) Game 12.7 (Keno) Game 12.8 (Arcade Game) Game 13.4 (Nudge Bingo) Game 14.5 (Pixels) Game 15.7 (Double-Draw Poker) Game 15.9 (Wild Double-Up) Game 16.4 (Keno) Game 16.8 (Keno) Game 17.2 (Double Double Poker) Game 17.51 (Gaming Draw Poker) Game 17.6 (Nudge Bingo) Game 18.1 (Nudge Bingo) Game 18.3 (Pixels) Game 18.5 (Pixels) Game 18.6 (Pixels) Game 20.4 (Super Blackjack) Game 20.8 (Winner's Choice) Game 22.7 (Amusement Poker, d/d) Game 23.6 (Hotline) Game 23.9 (Gaming Draw Poker) --> EX gdrawpkr. Game 24.6 (Hotline) Game 27.2 (Keno, amusement) Game 27.2 (Keno, gaming) System 903 Diag.PROM System 905 Diag.PROM Jackpot Joker Poker (set 1) Jackpot Joker Poker (set 2) SSI Poker (v2.4) SSI Poker (v3.0) SSI Poker (v4.0) - Added a list of official/unofficial games, and their states. - Fixed a bug introduced when extended the color PROM region to eliminate colortable lenght. - Other changes/fixes. - Updated technical notes.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes
index e21a46d3615..d99bebc46c0 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1255,6 +1255,7 @@ src/mame/drivers/bwidow.c svneol=native#text/plain
src/mame/drivers/bwing.c svneol=native#text/plain
src/mame/drivers/bzone.c svneol=native#text/plain
src/mame/drivers/cabal.c svneol=native#text/plain
+src/mame/drivers/calomega.c svneol=native#text/plain
src/mame/drivers/calorie.c svneol=native#text/plain
src/mame/drivers/canyon.c svneol=native#text/plain
src/mame/drivers/capbowl.c svneol=native#text/plain
@@ -1452,7 +1453,6 @@ src/mame/drivers/gauntlet.c svneol=native#text/plain
src/mame/drivers/gberet.c svneol=native#text/plain
src/mame/drivers/gbusters.c svneol=native#text/plain
src/mame/drivers/gcpinbal.c svneol=native#text/plain
-src/mame/drivers/gdrawpkr.c svneol=native#text/plain
src/mame/drivers/genesis.c svneol=native#text/plain
src/mame/drivers/getrivia.c svneol=native#text/plain
src/mame/drivers/ghosteo.c svneol=native#text/plain
@@ -2664,6 +2664,7 @@ src/mame/video/bublbobl.c svneol=native#text/plain
src/mame/video/buggychl.c svneol=native#text/plain
src/mame/video/bwing.c svneol=native#text/plain
src/mame/video/cabal.c svneol=native#text/plain
+src/mame/video/calomega.c svneol=native#text/plain
src/mame/video/canyon.c svneol=native#text/plain
src/mame/video/capbowl.c svneol=native#text/plain
src/mame/video/carjmbre.c svneol=native#text/plain
@@ -2796,7 +2797,6 @@ src/mame/video/gauntlet.c svneol=native#text/plain
src/mame/video/gberet.c svneol=native#text/plain
src/mame/video/gbusters.c svneol=native#text/plain
src/mame/video/gcpinbal.c svneol=native#text/plain
-src/mame/video/gdrawpkr.c svneol=native#text/plain
src/mame/video/genesis.c svneol=native#text/plain
src/mame/video/gijoe.c svneol=native#text/plain
src/mame/video/ginganin.c svneol=native#text/plain