diff --git a/src/mame/drivers/capbowl.c b/src/mame/drivers/capbowl.c index 1d543f23e6b..47956e99bfe 100644 --- a/src/mame/drivers/capbowl.c +++ b/src/mame/drivers/capbowl.c @@ -528,9 +528,9 @@ static DRIVER_INIT( capbowl ) * *************************************/ -GAME( 1988, capbowl, 0, capbowl, capbowl, capbowl, ROT270, "Incredible Technologies", "Capcom Bowling (set 1)", 0 ) -GAME( 1988, capbowl2, capbowl, capbowl, capbowl, capbowl, ROT270, "Incredible Technologies", "Capcom Bowling (set 2)", 0 ) -GAME( 1988, capbowl3, capbowl, capbowl, capbowl, capbowl, ROT270, "Incredible Technologies", "Capcom Bowling (set 3)", 0 ) -GAME( 1988, capbowl4, capbowl, capbowl, capbowl, capbowl, ROT270, "Incredible Technologies", "Capcom Bowling (set 4)", 0 ) -GAME( 1989, clbowl, capbowl, capbowl, capbowl, capbowl, ROT270, "Incredible Technologies", "Coors Light Bowling", 0 ) +GAME( 1988, capbowl, 0, capbowl, capbowl, capbowl, ROT270, "Incredible Technologies / Capcom", "Capcom Bowling (set 1)", 0 ) +GAME( 1988, capbowl2, capbowl, capbowl, capbowl, capbowl, ROT270, "Incredible Technologies / Capcom", "Capcom Bowling (set 2)", 0 ) +GAME( 1988, capbowl3, capbowl, capbowl, capbowl, capbowl, ROT270, "Incredible Technologies / Capcom", "Capcom Bowling (set 3)", 0 ) +GAME( 1988, capbowl4, capbowl, capbowl, capbowl, capbowl, ROT270, "Incredible Technologies / Capcom", "Capcom Bowling (set 4)", 0 ) +GAME( 1989, clbowl, capbowl, capbowl, capbowl, capbowl, ROT270, "Incredible Technologies / Capcom", "Coors Light Bowling", 0 ) GAME( 1991, bowlrama, 0, bowlrama, capbowl, 0, ROT270, "P&P Marketing", "Bowl-O-Rama", 0 )