From 03312cb23573a4779c32fb14708e0a9520482cf6 Mon Sep 17 00:00:00 2001 From: Robbbert Date: Sat, 3 Oct 2015 13:19:24 +1000 Subject: [PATCH] Fixed ffightub and ffightuc. (nw) --- src/mame/video/cps1.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mame/video/cps1.c b/src/mame/video/cps1.c index b8b95cd6d99..7c00601d2bf 100644 --- a/src/mame/video/cps1.c +++ b/src/mame/video/cps1.c @@ -1415,8 +1415,8 @@ static const struct CPS1config cps1_config_table[]= {"ffightu", CPS_B_04, mapper_S224B }, {"ffightu1", CPS_B_04, mapper_S224B }, {"ffightua", CPS_B_01, mapper_S224B }, - {"ffightub", CPS_B_05, mapper_S224B }, - {"ffightuc", CPS_B_03, mapper_S224B }, // had 04 handwritten on the CPS_B chip, but clearly isn't. + {"ffightub", CPS_B_03, mapper_S224B }, // had 04 handwritten on the CPS_B chip, but clearly isn't. + {"ffightuc", CPS_B_05, mapper_S224B }, {"ffightj", CPS_B_04, mapper_S224B }, // wrong, this set uses S222B {"ffightj1", CPS_B_01, mapper_S224B }, // wrong, this set uses S222B {"ffightj2", CPS_B_02, mapper_S224B }, // wrong, this set uses S222B