summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/namconb1.c
diff options
context:
space:
mode:
author Michaël Banaan Ananas <happppp@users.noreply.github.com>2013-08-21 07:58:35 +0000
committer Michaël Banaan Ananas <happppp@users.noreply.github.com>2013-08-21 07:58:35 +0000
commit36c8051b2b709eee86b69e596529f8c730852b84 (patch)
tree7854470fedb10a52fe48d01c3559da7c4b302888 /src/mame/drivers/namconb1.c
parent85c48bb05f7bb117f1e02e1aa472623c5d609b61 (diff)
(title correction)
Diffstat (limited to 'src/mame/drivers/namconb1.c')
-rw-r--r--src/mame/drivers/namconb1.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/namconb1.c b/src/mame/drivers/namconb1.c
index ce1877bfcfb..e140dede62f 100644
--- a/src/mame/drivers/namconb1.c
+++ b/src/mame/drivers/namconb1.c
@@ -25,7 +25,7 @@ Known games using this hardware:
- Super World Stadium '95
- Super World Stadium '96
- Super World Stadium '97
-- OutFoxies
+- The Outfoxies
- Mach Breakers
*****************************************************
@@ -194,7 +194,7 @@ Location Setting Alt. Setting
Namco System NB2
Games running on this hardware:
-- Outfoxies
+- The Outfoxies
- Mach Breakers
Changes from Namcon System NB1 include:
@@ -2031,6 +2031,6 @@ GAME( 1997, sws97, 0, namconb1, nbsports, namconb1_state, sws97, RO
GAME( 1994, vshoot, 0, namconb1, namconb1, namconb1_state, vshoot, ROT0, "Namco", "J-League Soccer V-Shoot (Japan)", GAME_IMPERFECT_SOUND )
/* YEAR, NAME, PARENT, MACHINE, INPUT, INIT, MNTR, COMPANY, FULLNAME, FLAGS */
-GAME( 1994, outfxies, 0, namconb2, outfxies, namconb1_state, outfxies, ROT0, "Namco", "Outfoxies (World, OU2)", GAME_IMPERFECT_SOUND )
-GAME( 1994, outfxiesj,outfxies, namconb2, outfxies, namconb1_state, outfxies, ROT0, "Namco", "Outfoxies (Japan, OU1)", GAME_IMPERFECT_SOUND )
+GAME( 1994, outfxies, 0, namconb2, outfxies, namconb1_state, outfxies, ROT0, "Namco", "The Outfoxies (World, OU2)", GAME_IMPERFECT_SOUND )
+GAME( 1994, outfxiesj,outfxies, namconb2, outfxies, namconb1_state, outfxies, ROT0, "Namco", "The Outfoxies (Japan, OU1)", GAME_IMPERFECT_SOUND )
GAME( 1995, machbrkr, 0, namconb2, namconb1, namconb1_state, machbrkr, ROT0, "Namco", "Mach Breakers - Numan Athletics 2 (Japan)", GAME_IMPERFECT_SOUND )