diff options
Diffstat (limited to 'src/mame/mamedriv.c')
-rw-r--r-- | src/mame/mamedriv.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/mamedriv.c b/src/mame/mamedriv.c index 7534e315591..840dc134c55 100644 --- a/src/mame/mamedriv.c +++ b/src/mame/mamedriv.c @@ -9085,11 +9085,14 @@ Other Sun games DRIVER( 86lions ) /* (c) 1985? */ DRIVER( caswin ) /* (c) 1985 */ + /* Aristocrat Mk4 hardware */ + DRIVER( eforest ) /* (c) 1994 */ + /* Aristocrat Mk5 hardware */ DRIVER( swthrt2v ) /* (c) 1995 */ DRIVER( enchfrst ) /* (c) 1995 */ DRIVER( dolphntr ) /* (c) 1996 */ - DRIVER( dolphtra ) /* (c) 1996 */ + DRIVER( dolphtra ) /* (c) 1996 */ DRIVER( dmdtouch ) /* (c) 1997 */ DRIVER( goldprmd ) /* (c) 1997 */ DRIVER( qotn ) /* (c) 1997 */ |