diff options
| author | 2009-11-18 07:29:43 +0000 | |
|---|---|---|
| committer | 2009-11-18 07:29:43 +0000 | |
| commit | c3ea836b07e87d63310029b5c95a4fa478d6eca2 (patch) | |
| tree | f83db8e5adc06cc1e1fdad50485fe0deb28c8e84 /src | |
| parent | d8588f632fe9b1375a155bde480d270a91cba76d (diff) | |
Not worth any mention: fixed a couple of unknown manufacturer
Diffstat (limited to 'src')
| -rw-r--r-- | src/mame/drivers/goldstar.c | 2 | ||||
| -rw-r--r-- | src/mame/drivers/norautp.c | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/goldstar.c b/src/mame/drivers/goldstar.c index dd056dd1926..28af390210c 100644 --- a/src/mame/drivers/goldstar.c +++ b/src/mame/drivers/goldstar.c @@ -8417,7 +8417,7 @@ GAME( 1991, cmast91, 0, cmast91, cmast91, cmast91, ROT0, "Dyna", GAME( 1989, lucky8, 0, lucky8, lucky8, 0, ROT0, "Wing Co.Ltd / GEI", "New Lucky 8 Lines (set 1)", 0 ) GAME( 1989, lucky8a, lucky8, lucky8, lucky8a, lucky8a, ROT0, "Wing Co.Ltd / GEI", "New Lucky 8 Lines (set 2)", 0 ) GAME( 1989, lucky8b, lucky8, lucky8, ns8lines, 0, ROT0, "Wing Co.Ltd / GEI", "New Lucky 8 Lines (set 3, extended gfx)", 0 ) -GAME( 198?, ns8lines, 0, lucky8, ns8lines, 0, ROT0, "Unknown", "New Lucky 8 Lines / New Super 8 Lines", 0 ) +GAME( 198?, ns8lines, 0, lucky8, ns8lines, 0, ROT0, "<unknown>", "New Lucky 8 Lines / New Super 8 Lines", 0 ) GAME( 198?, ladylinr, 0, ladylinr, ladylinr, 0, ROT0, "TAB Austria", "Lady Liner", 0 ) GAME( 198?, kkojnoli, 0, kkojnoli, kkojnoli, 0, ROT0, "south korean hack", "Kkoj Noli (Kill the Bees)", GAME_IMPERFECT_COLORS ) GAME( 198?, wcat3, 0, wcat3, lucky8, 0, ROT0, "E.A.I.", "Wild Cat 3", GAME_NOT_WORKING ) diff --git a/src/mame/drivers/norautp.c b/src/mame/drivers/norautp.c index 08cba2bf20c..30f99a29e1b 100644 --- a/src/mame/drivers/norautp.c +++ b/src/mame/drivers/norautp.c @@ -2183,9 +2183,9 @@ GAMEL( 198?, norautpn, norautp, norautp, norautpn, norautpn, ROT0, "bootleg?", /* The following ones are 'Draw Poker Hi-Lo', running in a i8080a based hardware */ GAME( 1983, dphl, 0, dphl, norautp, dphl, ROT0, "M. Kramer Manufacturing.", "Draw Poker Hi-Lo (M.Kramer)", GAME_NOT_WORKING ) -GAME( 1983, dphla, 0, dphla, norautp, dphla, ROT0, "Unknown", "Draw Poker Hi-Lo (Alt)", GAME_NOT_WORKING ) +GAME( 1983, dphla, 0, dphla, norautp, dphla, ROT0, "<unknown>", "Draw Poker Hi-Lo (Alt)", GAME_NOT_WORKING ) GAME( 1983, gtipoker, 0, dphl, norautp, gtipoker, ROT0, "GTI Inc", "GTI Poker", GAME_NOT_WORKING ) -GAME( 1983, dphljp, 0, dphl, norautp, 0, ROT0, "Unknown", "Draw Poker Hi-Lo (Japanese)", GAME_NOT_WORKING ) +GAME( 1983, dphljp, 0, dphl, norautp, 0, ROT0, "<unknown>", "Draw Poker Hi-Lo (Japanese)", GAME_NOT_WORKING ) GAME( 1983, smshilo, 0, dphlnv, norautp, 0, ROT0, "SMS Manufacturing Corp.", "Hi-Lo Double Up Joker Poker ", GAME_NOT_WORKING ) GAME( 1993, tpoker2, 0, dphltest, norautp, 0, ROT0, "Micro Manufacturing, Inc.", "Turbo Poker 2", GAME_NOT_WORKING ) |
