Skeleton driver for Eagle's "Janshi" (missing internal 0-3fff z(1)80 rom

code apparently) [David Haywood]

New games marked as GAME_NOT_WORKING
------------------------------------
Janshi [David Haywood]
This commit is contained in:
Aaron Giles 2008-12-22 03:36:28 +00:00
parent 64c7591175
commit 54424acf76
2 changed files with 4 additions and 0 deletions

View File

@ -1602,6 +1602,7 @@ $(MAMEOBJ)/misc.a: \
$(DRIVERS)/itgambl3.o \ $(DRIVERS)/itgambl3.o \
$(DRIVERS)/itgamble.o \ $(DRIVERS)/itgamble.o \
$(DRIVERS)/jackpool.o \ $(DRIVERS)/jackpool.o \
$(DRIVERS)/janshi.o \
$(DRIVERS)/jokrwild.o \ $(DRIVERS)/jokrwild.o \
$(DRIVERS)/jongkyo.o \ $(DRIVERS)/jongkyo.o \
$(DRIVERS)/kingpin.o \ $(DRIVERS)/kingpin.o \

View File

@ -8439,4 +8439,7 @@ Other Sun games
/* Aristocrat */ /* Aristocrat */
DRIVER ( caswin ) DRIVER ( caswin )
/* Eagle */
DRIVER ( janshi )
#endif /* DRIVER_RECURSIVE */ #endif /* DRIVER_RECURSIVE */