summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author f205v <f205v.f205v@gmail.com>2018-09-20 22:00:50 +0200
committer GitHub <noreply@github.com>2018-09-20 22:00:50 +0200
commit7acd63b89adb8b0ca1a00475c6f49c8ff8d64a8e (patch)
tree01045abf3c267c6c2341b872bbd1c3f3f464ba41
parentaacde453eda8cebe4b492d2ccb2942ab14df7ace (diff)
correct name for f1superb
The correct name for f1superb is "F-1 Super Battle" according to manual and to game title screen.
-rw-r--r--src/mame/drivers/ms32.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ms32.cpp b/src/mame/drivers/ms32.cpp
index 8c4ab52e604..e42f1d03e13 100644
--- a/src/mame/drivers/ms32.cpp
+++ b/src/mame/drivers/ms32.cpp
@@ -2634,4 +2634,4 @@ GAME( 1997, bnstars, bnstars1, ms32, suchie2, ms32_state, init_bnstars, RO
GAME( 1996, wpksocv2, 0, ms32, wpksocv2, ms32_state, init_ss92046_01, ROT0, "Jaleco", "World PK Soccer V2 (ver 1.1)", MACHINE_IMPERFECT_GRAPHICS | MACHINE_SUPPORTS_SAVE )
/* these boot and show something */
-GAME( 1994, f1superb, 0, f1superb, f1superb, ms32_state, init_f1superb, ROT0, "Jaleco", "F1 Super Battle", MACHINE_NOT_WORKING | MACHINE_NO_SOUND | MACHINE_SUPPORTS_SAVE )
+GAME( 1994, f1superb, 0, f1superb, f1superb, ms32_state, init_f1superb, ROT0, "Jaleco", "F-1 Super Battle", MACHINE_NOT_WORKING | MACHINE_NO_SOUND | MACHINE_SUPPORTS_SAVE )