From 60d2d46820697a209479975ae646a1bde9e4f84d Mon Sep 17 00:00:00 2001 From: Phil Bennett Date: Thu, 25 Dec 2008 17:16:12 +0000 Subject: [PATCH] 02186: vliner, vlinero: Typo of manufacturer. --- src/mame/drivers/neodrvr.c | 6 +++--- src/mame/mamedriv.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/mame/drivers/neodrvr.c b/src/mame/drivers/neodrvr.c index 6050f305cf7..522b06964c9 100644 --- a/src/mame/drivers/neodrvr.c +++ b/src/mame/drivers/neodrvr.c @@ -7888,10 +7888,10 @@ GAME( 2002, rotd, neogeo, neogeo, neogeo, rotd, ROT0, "Evoga / Pla GAME( 2002, matrim, neogeo, neogeo, neogeo, matrim, ROT0, "Noise Factory / Atlus", "Matrimelee / Shin Gouketsuji Ichizoku Toukon", 0 ) GAME( 2002, matrimbl, matrim, neogeo, neogeo, matrimbl, ROT0, "bootleg", "Matrimelee / Shin Gouketsuji Ichizoku Toukon (bootleg)", 0 ) -/* Breezasoft */ +/* BrezzaSoft */ GAME( 2001, jockeygp, neogeo, neogeo, jockeygp, jockeygp, ROT0, "Sun Amusement / BrezzaSoft", "Jockey Grand Prix", 0 ) -GAME( 2001, vliner, neogeo, neogeo, vliner, vliner, ROT0, "Dyna / BreezaSoft", "V-Liner (set 1)", 0 ) -GAME( 2001, vlinero, vliner, neogeo, vliner, vliner, ROT0, "Dyna / BreezaSoft", "V-Liner (set 2)", 0 ) +GAME( 2001, vliner, neogeo, neogeo, vliner, vliner, ROT0, "Dyna / BrezzaSoft", "V-Liner (set 1)", 0 ) +GAME( 2001, vlinero, vliner, neogeo, vliner, vliner, ROT0, "Dyna / BrezzaSoft", "V-Liner (set 2)", 0 ) /* Kyle Hodgetts */ GAME( 2000, diggerma, neogeo, neogeo, neogeo, neogeo, ROT0, "Kyle Hodgetts", "Digger Man (prototype)", 0 ) diff --git a/src/mame/mamedriv.c b/src/mame/mamedriv.c index 9b82908b695..9bfb14e486b 100644 --- a/src/mame/mamedriv.c +++ b/src/mame/mamedriv.c @@ -5888,7 +5888,7 @@ BOMULEUL CHAJARA SEGA ST-V 1997/04/11 DRIVER( samsh5sh ) /* 0272 (c) 2003 Playmore */ DRIVER( samsh5sn ) /* 0272 (c) 2003 Playmore */ - /* The BreezaSoft games don't have proper ID codes */ + /* The BrezzaSoft games don't have proper ID codes */ DRIVER( jockeygp ) DRIVER( vliner ) DRIVER( vlinero )