diff options
| author | 2012-06-10 15:51:45 +0000 | |
|---|---|---|
| committer | 2012-06-10 15:51:45 +0000 | |
| commit | 2b7fa00daa655b5d9d62467a67ea1680846772d5 (patch) | |
| tree | b080175ebc80c91f36deedf9023256612d0f201a /src | |
| parent | ca195e6d370d00fc30ce17bc546758679e438661 (diff) | |
model2.c: Fix minor typing error - NW
Diffstat (limited to 'src')
| -rw-r--r-- | src/mame/drivers/model2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/model2.c b/src/mame/drivers/model2.c index 88b86d04a5a..20c9078db04 100644 --- a/src/mame/drivers/model2.c +++ b/src/mame/drivers/model2.c @@ -5315,7 +5315,7 @@ GAME( 1996, stcca, stcc, model2c, model2, 0, ROT0, "Sega", "Sega To GAME( 1996, stccb, stcc, model2c, model2, 0, ROT0, "Sega", "Sega Touring Car Championship (Unknown Revision)", GAME_NOT_WORKING|GAME_IMPERFECT_GRAPHICS ) GAME( 1996, waverunr, 0, model2c, model2, 0, ROT0, "Sega", "Wave Runner (Japan, Revision A)", GAME_NOT_WORKING|GAME_IMPERFECT_GRAPHICS ) GAME( 1997, hotd, 0, model2c, model2, 0, ROT0, "Sega", "House of the Dead", GAME_NOT_WORKING|GAME_IMPERFECT_GRAPHICS ) -GAME( 1997, overrev, 0, model2c, srallyc,overrev, ROT0, "Jaleco", "Over Rev (Model, 2C Revision A)", GAME_NOT_WORKING|GAME_IMPERFECT_GRAPHICS ) +GAME( 1997, overrev, 0, model2c, srallyc,overrev, ROT0, "Jaleco", "Over Rev (Model 2C, Revision A)", GAME_NOT_WORKING|GAME_IMPERFECT_GRAPHICS ) GAME( 1997, segawski, 0, model2c, model2, 0, ROT0, "Sega", "Sega Water Ski (Japan, Revision A)", GAME_NOT_WORKING|GAME_IMPERFECT_GRAPHICS ) GAME( 1997, topskatr, 0, model2c, model2, 0, ROT0, "Sega", "Top Skater (Export, Revision A)", GAME_NOT_WORKING|GAME_IMPERFECT_GRAPHICS ) GAME( 1997, topskatru,topskatr, model2c, model2, 0, ROT0, "Sega", "Top Skater (USA, Revision A)", GAME_NOT_WORKING|GAME_IMPERFECT_GRAPHICS ) |
