diff options
| author | 2012-04-07 16:30:28 +0000 | |
|---|---|---|
| committer | 2012-04-07 16:30:28 +0000 | |
| commit | b5627062720c444551d5f5a1b4cf7c5993c29ba7 (patch) | |
| tree | 2ea43c202abc02fbe3f9d4b70a0fc44c978b5781 /src | |
| parent | 52f30c5e69a8f32e7052587522d63e6dec1aeac4 (diff) | |
(companyname fix)
Diffstat (limited to 'src')
| -rw-r--r-- | src/mame/drivers/ltcasino.c | 2 | ||||
| -rw-r--r-- | src/mame/drivers/ssingles.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/ltcasino.c b/src/mame/drivers/ltcasino.c index edd72506a98..12fd8f1ab68 100644 --- a/src/mame/drivers/ltcasino.c +++ b/src/mame/drivers/ltcasino.c @@ -718,5 +718,5 @@ static DRIVER_INIT(mv4in1) GAME( 1982, ltcasino, 0, ltcasino, ltcasino, 0, ROT0, "Digital Controls Inc.", "Little Casino (older)", GAME_WRONG_COLORS | GAME_IMPERFECT_GRAPHICS ) -GAME( 1983, mv4in1, ltcasino, ltcasino, mv4in1, mv4in1, ROT0, "Entertainment Enterprises", "Mini Vegas 4in1", GAME_WRONG_COLORS | GAME_IMPERFECT_GRAPHICS ) +GAME( 1983, mv4in1, ltcasino, ltcasino, mv4in1, mv4in1, ROT0, "Entertainment Enterprises, Ltd.", "Mini Vegas 4in1", GAME_WRONG_COLORS | GAME_IMPERFECT_GRAPHICS ) GAME( 1984, ltcasinn, 0, ltcasino, ltcasinn, 0, ROT0, "Digital Controls Inc.", "Little Casino (newer)", GAME_NOT_WORKING ) diff --git a/src/mame/drivers/ssingles.c b/src/mame/drivers/ssingles.c index b0243a21545..e48f9c2d74d 100644 --- a/src/mame/drivers/ssingles.c +++ b/src/mame/drivers/ssingles.c @@ -690,6 +690,6 @@ static DRIVER_INIT(ssingles) state->save_item(NAME(state->m_colorram)); } -GAME( 1983, ssingles, 0, ssingles, ssingles, ssingles, ROT90, "Ent. Ent. Ltd", "Swinging Singles", GAME_SUPPORTS_SAVE | GAME_WRONG_COLORS | GAME_IMPERFECT_SOUND ) +GAME( 1983, ssingles, 0, ssingles, ssingles, ssingles, ROT90, "Entertainment Enterprises, Ltd.", "Swinging Singles", GAME_SUPPORTS_SAVE | GAME_WRONG_COLORS | GAME_IMPERFECT_SOUND ) GAME( 1983, atamanot, 0, atamanot, ssingles, ssingles, ROT90, "Yachiyo Denki / Uni Enterprize", "Computer Quiz Atama no Taisou (Japan)", GAME_NOT_WORKING | GAME_UNEMULATED_PROTECTION ) |
