mirror of
https://github.com/holub/mame
synced 2025-10-06 17:08:28 +03:00
Fixed ffightub and ffightuc. (nw)
This commit is contained in:
parent
569f0e9d04
commit
03312cb235
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user