mirror of
https://github.com/holub/mame
synced 2025-07-04 09:28:51 +03:00
- Removed color table
- Renamed driver to ampoker.c - Removed cubeqst.o from makefile. Not sure what it is, but there is so such driver
This commit is contained in:
parent
e52902f9ea
commit
03510c0a11
4
.gitattributes
vendored
4
.gitattributes
vendored
@ -1160,7 +1160,7 @@ src/mame/drivers/aliens.c svneol=native#text/plain
|
||||
src/mame/drivers/alpha68k.c svneol=native#text/plain
|
||||
src/mame/drivers/ambush.c svneol=native#text/plain
|
||||
src/mame/drivers/amidar.c svneol=native#text/plain
|
||||
src/mame/drivers/ampoker.c svneol=native#text/plain
|
||||
src/mame/drivers/ampoker2.c svneol=native#text/plain
|
||||
src/mame/drivers/amspdwy.c svneol=native#text/plain
|
||||
src/mame/drivers/angelkds.c svneol=native#text/plain
|
||||
src/mame/drivers/appoooh.c svneol=native#text/plain
|
||||
@ -2574,7 +2574,7 @@ src/mame/video/aliens.c svneol=native#text/plain
|
||||
src/mame/video/alpha68k.c svneol=native#text/plain
|
||||
src/mame/video/ambush.c svneol=native#text/plain
|
||||
src/mame/video/amiga.c svneol=native#text/plain
|
||||
src/mame/video/ampoker.c svneol=native#text/plain
|
||||
src/mame/video/ampoker2.c svneol=native#text/plain
|
||||
src/mame/video/amspdwy.c svneol=native#text/plain
|
||||
src/mame/video/angelkds.c svneol=native#text/plain
|
||||
src/mame/video/antic.c svneol=native#text/plain
|
||||
|
@ -297,7 +297,7 @@
|
||||
|
||||
#include "driver.h"
|
||||
#include "sound/ay8910.h"
|
||||
#include "ampoker.lh"
|
||||
#include "ampoker2.lh"
|
||||
#include "sigmapkr.lh"
|
||||
|
||||
/* from video */
|
||||
@ -876,7 +876,6 @@ static MACHINE_DRIVER_START( ampoker2 )
|
||||
|
||||
MDRV_GFXDECODE(ampoker2)
|
||||
MDRV_PALETTE_LENGTH(512)
|
||||
MDRV_COLORTABLE_LENGTH(512)
|
||||
|
||||
MDRV_PALETTE_INIT(ampoker2)
|
||||
MDRV_VIDEO_START(ampoker2)
|
||||
@ -1001,11 +1000,11 @@ ROM_END
|
||||
*************************/
|
||||
|
||||
/* YEAR NAME PARENT MACHINE INPUT INIT ROT COMPANY FULLNAME FLAGS LAYOUT */
|
||||
GAMEL( 1990, ampoker2, 0, ampoker2, ampoker2, 0, ROT0, "Novomatic", "American Poker II", 0, layout_ampoker )
|
||||
GAMEL( 1990, ampkr2b1, ampoker2, ampoker2, ampoker2, 0, ROT0, "Bootleg", "American Poker II (bootleg, set 1)", 0, layout_ampoker )
|
||||
GAMEL( 1990, ampkr2b2, ampoker2, ampoker2, ampoker2, 0, ROT0, "Bootleg", "American Poker II (bootleg, set 2)", 0, layout_ampoker )
|
||||
GAMEL( 1994, ampkr2b3, ampoker2, ampoker2, ampoker2, 0, ROT0, "Bootleg", "American Poker II (bootleg, set 3)", 0, layout_ampoker )
|
||||
GAMEL( 1995, ampkr95, ampoker2, ampoker2, ampkr95, 0, ROT0, "Bootleg", "American Poker 95", 0, layout_ampoker )
|
||||
GAMEL( 1990, pkrdewin, ampoker2, ampoker2, ampoker2, 0, ROT0, "Bootleg", "Poker De Win", 0, layout_ampoker )
|
||||
GAMEL( 1990, ampoker2, 0, ampoker2, ampoker2, 0, ROT0, "Novomatic", "American Poker II", 0, layout_ampoker2 )
|
||||
GAMEL( 1990, ampkr2b1, ampoker2, ampoker2, ampoker2, 0, ROT0, "Bootleg", "American Poker II (bootleg, set 1)", 0, layout_ampoker2 )
|
||||
GAMEL( 1990, ampkr2b2, ampoker2, ampoker2, ampoker2, 0, ROT0, "Bootleg", "American Poker II (bootleg, set 2)", 0, layout_ampoker2 )
|
||||
GAMEL( 1994, ampkr2b3, ampoker2, ampoker2, ampoker2, 0, ROT0, "Bootleg", "American Poker II (bootleg, set 3)", 0, layout_ampoker2 )
|
||||
GAMEL( 1995, ampkr95, ampoker2, ampoker2, ampkr95, 0, ROT0, "Bootleg", "American Poker 95", 0, layout_ampoker2 )
|
||||
GAMEL( 1990, pkrdewin, ampoker2, ampoker2, ampoker2, 0, ROT0, "Bootleg", "Poker De Win", 0, layout_ampoker2 )
|
||||
GAMEL( 1995, sigmapkr, 0, ampoker2, sigmapkr, 0, ROT0, "Sigma Inc.", "Sigma Poker", 0, layout_sigmapkr )
|
||||
GAMEL( 1998, sigma2k, 0, sigma2k, sigmapkr, 0, ROT0, "Sigma Inc.", "Sigma Poker 2000", GAME_NOT_WORKING, layout_sigmapkr )
|
@ -1503,7 +1503,7 @@ $(MAMEOBJ)/misc.a: \
|
||||
$(DRIVERS)/acefruit.o \
|
||||
$(DRIVERS)/adp.o \
|
||||
$(DRIVERS)/ambush.o $(VIDEO)/ambush.o \
|
||||
$(DRIVERS)/ampoker.o $(VIDEO)/ampoker.o \
|
||||
$(DRIVERS)/ampoker2.o $(VIDEO)/ampoker2.o \
|
||||
$(DRIVERS)/amspdwy.o $(VIDEO)/amspdwy.o \
|
||||
$(DRIVERS)/artmagic.o $(VIDEO)/artmagic.o \
|
||||
$(DRIVERS)/attckufo.o $(AUDIO)/attckufo.o $(VIDEO)/attckufo.o \
|
||||
@ -1519,7 +1519,6 @@ $(MAMEOBJ)/misc.a: \
|
||||
$(DRIVERS)/coolpool.o \
|
||||
$(DRIVERS)/cowrace.o \
|
||||
$(DRIVERS)/crystal.o $(VIDEO)/vrender0.o \
|
||||
$(DRIVERS)/cubeqst.o \
|
||||
$(DRIVERS)/cybertnk.o \
|
||||
$(DRIVERS)/dcheese.o $(VIDEO)/dcheese.o \
|
||||
$(DRIVERS)/dgpix.o \
|
||||
@ -1643,7 +1642,7 @@ $(DRIVERS)/8080bw.o: $(LAYOUT)/invrvnge.lh
|
||||
|
||||
$(DRIVERS)/acefruit.o: $(LAYOUT)/sidewndr.lh
|
||||
|
||||
$(DRIVERS)/ampoker.o: $(LAYOUT)/ampoker.lh \
|
||||
$(DRIVERS)/ampoker2.o: $(LAYOUT)/ampoker2.lh \
|
||||
$(LAYOUT)/sigmapkr.lh \
|
||||
|
||||
$(DRIVERS)/astrocde.o: $(LAYOUT)/tenpindx.lh
|
||||
|
Loading…
Reference in New Issue
Block a user