Fixed mame.mak / mamedriv.c

This commit is contained in:
Angelo Salese 2010-10-09 15:10:33 +00:00
parent 67f3668a31
commit 3830a0299d
2 changed files with 9 additions and 5 deletions

View File

@ -1524,6 +1524,7 @@ $(MAMEOBJ)/misc.a: \
$(DRIVERS)/dreamwld.o \
$(DRIVERS)/dribling.o $(VIDEO)/dribling.o \
$(DRIVERS)/drw80pkr.o \
$(DRIVERS)/dualgame.o \
$(DRIVERS)/dwarfd.o \
$(DRIVERS)/dynadice.o \
$(DRIVERS)/epos.o $(VIDEO)/epos.o \

View File

@ -10440,9 +10440,9 @@ Other Sun games
DRIVER( jnero ) /* (c) 2004 */
/* Amatic Trading GMBH */
DRIVER( am_uslot ) /* (c) Amatic 1996 */
DRIVER( am_mg24 ) /* (c) Amatic 2000 */
DRIVER( am_mg3 ) /* (c) Amatic 2000 */
DRIVER( am_uslot ) /* (c) 1996 Amatic */
DRIVER( am_mg24 ) /* (c) 2000 Amatic */
DRIVER( am_mg3 ) /* (c) 2000 Amatic */
DRIVER( neptunp2 )
DRIVER( rgum )
@ -10465,10 +10465,13 @@ Other Sun games
DRIVER( jubileep )
/* Golden Games / C+M Technics AG */
DRIVER( swisspkr ) /* (c) Golden Games 1990 */
DRIVER( moviecrd ) /* (c) Golden Games 1998 */
DRIVER( swisspkr ) /* (c) 1990 Golden Games */
DRIVER( moviecrd ) /* (c) 1998 Golden Games */
/* NSM */
DRIVER( nsmpoker )
/* Labtronix Technologies */
DRIVER( dualgame ) /* (c) 1995 Labtronix Technologies */
#endif /* DRIVER_RECURSIVE */