From b4440056aef985c2dae9d69a0ff2cc4f3059bc6a Mon Sep 17 00:00:00 2001 From: cam900 Date: Sat, 14 Apr 2018 19:37:01 +0900 Subject: gaelco2.cpp : Fix game name --- src/mame/drivers/gaelco2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/gaelco2.cpp b/src/mame/drivers/gaelco2.cpp index 4ecc6bbf7a9..673af93cd60 100644 --- a/src/mame/drivers/gaelco2.cpp +++ b/src/mame/drivers/gaelco2.cpp @@ -2056,7 +2056,7 @@ GAME( 1995, touchgoe, touchgo, touchgo_d5002fp, touchgo, gaelco2_state, touc GAME( 1995, touchgok, touchgo, touchgo, touchgo, gaelco2_state, touchgo, ROT0, "Gaelco", "Touch & Go (Korea, unprotected)", MACHINE_IMPERFECT_SOUND ) // doesn't say 'Korea' but was sourced there, shows 2 copyright lines like the 'earlier revision' GAME( 1995, wrally2, 0, wrally2, wrally2, wrally2_state, wrally2, ROT0, "Gaelco", "World Rally 2: Twin Racing (MASK ROM version)", 0 ) -GAME( 1995, wrally2a, wrally2, wrally2, wrally2, wrally2_state, 0, ROT0, "Gaelco", "World Rally 2: Twin Racing (EPROM version", 0 ) +GAME( 1995, wrally2a, wrally2, wrally2, wrally2, wrally2_state, 0, ROT0, "Gaelco", "World Rally 2: Twin Racing (EPROM version)", 0 ) // All sets identify as Version 1.0, but are clearly different revisions GAME( 1996, maniacsq, 0, maniacsq_d5002fp, maniacsq, gaelco2_state, 0, ROT0, "Gaelco", "Maniac Square (protected, Version 1.0, Checksum DEEE)", 0 ) -- cgit v1.2.3