diff options
| author | 2010-04-20 15:09:36 +0000 | |
|---|---|---|
| committer | 2010-04-20 15:09:36 +0000 | |
| commit | 26dd6203581c248e5c3d4f77ff289b9a5dd1e2af (patch) | |
| tree | 83af471aa0e9b04d9877e00b3202049e4748c853 /src | |
| parent | eb42f3d6fa79e343fdb35262409484487544633e (diff) | |
Fixed mamedriv before I forgot about this
Diffstat (limited to 'src')
| -rw-r--r-- | src/mame/mamedriv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/mamedriv.c b/src/mame/mamedriv.c index d9deaed4be6..8c3d839c9db 100644 --- a/src/mame/mamedriv.c +++ b/src/mame/mamedriv.c @@ -9252,12 +9252,12 @@ Other Sun games DRIVER( crsbingo ) /* (c) 1991 Subsino */ DRIVER( tisub ) /* (c) 1992 Subsino */ DRIVER( tisuba ) /* (c) 1992 Subsino */ + DRIVER( stisub ) /* (c) 1995 Subsino (Alpha license) */ DRIVER( sharkpy ) /* (c) 1996 Subsino */ DRIVER( sharkpya ) /* (c) 1996 Subsino */ - DRIVER( sharkpye ) /* (c) 1996 Subsino */ + DRIVER( sharkpye ) /* (c) 1996 Subsino (Alpha license) */ DRIVER( smoto20 ) /* (c) 1996 Subsino */ DRIVER( smoto16 ) /* (c) 1996 Subsino */ - DRIVER( stisub ) /* (c) 199? Subsino */ DRIVER( saklove ) /* (c) 1998 Subsino */ DRIVER( bishjan ) /* (c) 1999 Subsino */ DRIVER( lastfght ) /* (c) 2000 Subsino */ |
