mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
cps1.c: Dumped and added MS22B.1A to mswordj [Bonky0013, neocps1]
This commit is contained in:
parent
2d3b6aece1
commit
0d6555b9c5
@ -5535,7 +5535,7 @@ ROM_START( mswordj )
|
||||
ROM_LOAD( "sou1", 0x0000, 0x0117, CRC(84f4b2fe) SHA1(dcc9e86cc36316fe42eace02d6df75d08bc8bb6d) )
|
||||
|
||||
ROM_REGION( 0x0200, "bboardplds", 0 )
|
||||
ROM_LOAD( "ms22b.1a", 0x0000, 0x0117, NO_DUMP )
|
||||
ROM_LOAD( "ms22b.1a", 0x0000, 0x0117, CRC(dde86cb0) SHA1(d0b93a0b62a7cc3c3473da31fc00043392bc8f75) )
|
||||
ROM_LOAD( "iob1.12e", 0x0000, 0x0117, CRC(3abc0700) SHA1(973043aa46ec6d5d1db20dc9d5937005a0f9f6ae) )
|
||||
ROM_END
|
||||
|
||||
|
@ -1318,7 +1318,7 @@ static const struct CPS1config cps1_config_table[]=
|
||||
{"msword", CPS_B_13, mapper_MS24B },
|
||||
{"mswordr1", CPS_B_13, mapper_MS24B },
|
||||
{"mswordu", CPS_B_13, mapper_MS24B },
|
||||
{"mswordj", CPS_B_13, mapper_MS24B }, // wrong, this set uses MS22B, still not dumped
|
||||
{"mswordj", CPS_B_13, mapper_MS24B }, // wrong, this set uses MS22B, dumped but equations still not added
|
||||
{"mtwins", CPS_B_14, mapper_CK24B },
|
||||
{"chikij", CPS_B_14, mapper_CK24B }, // wrong, this set uses CK22B, dumped but equations still not added
|
||||
{"nemo", CPS_B_15, mapper_NM24B },
|
||||
@ -1393,11 +1393,11 @@ static const struct CPS1config cps1_config_table[]=
|
||||
{"sf2red", CPS_B_21_DEF, mapper_S9263B, 0x36 },
|
||||
{"sf2v004", CPS_B_21_DEF, mapper_S9263B, 0x36 },
|
||||
{"sf2acc", CPS_B_21_DEF, mapper_S9263B, 0x36 },
|
||||
{"sf2ceblp", CPS_B_21_DEF, mapper_S9263B, 0x36 },
|
||||
{"sf2ceblp", CPS_B_21_DEF, mapper_S9263B, 0x36 },
|
||||
{"sf2acca", CPS_B_21_DEF, mapper_S9263B, 0x36 },
|
||||
{"sf2accp2", CPS_B_21_DEF, mapper_S9263B, 0x36 },
|
||||
{"sf2amf", CPS_B_21_DEF, mapper_S9263B, 0x36, 0, 0, 1 }, // probably wrong but this set is not completely dumped anyway
|
||||
{"sf2amf2", CPS_B_21_DEF, mapper_S9263B, 0x36, 0, 0, 1 },
|
||||
{"sf2amf2", CPS_B_21_DEF, mapper_S9263B, 0x36, 0, 0, 1 },
|
||||
{"sf2dkot2", CPS_B_21_DEF, mapper_S9263B, 0x36 },
|
||||
{"sf2m1", CPS_B_21_DEF, mapper_S9263B, 0x36 },
|
||||
{"sf2m2", CPS_B_21_DEF, mapper_S9263B, 0x36, 0, 0, 1 },
|
||||
@ -1458,7 +1458,7 @@ static const struct CPS1config cps1_config_table[]=
|
||||
{"pang3r1", CPS_B_21_DEF, mapper_pang3 }, /* EEPROM port is among the CPS registers (handled by DRIVER_INIT) */ // should use one of these three CP1B1F,CP1B8K,CP1B9K
|
||||
{"pang3j", CPS_B_21_DEF, mapper_pang3 }, /* EEPROM port is among the CPS registers (handled by DRIVER_INIT) */ // should use one of these three CP1B1F,CP1B8K,CP1B9K
|
||||
{"pang3b", CPS_B_21_DEF, mapper_pang3 }, /* EEPROM port is among the CPS registers (handled by DRIVER_INIT) */ // should use one of these three CP1B1F,CP1B8K,CP1B9K
|
||||
{"ganbare", CPS_B_21_DEF, mapper_sfzch }, // wrong, this set uses GBPR2, still not dumped
|
||||
{"ganbare", CPS_B_21_DEF, mapper_sfzch }, // wrong, this set uses GBPR2, dumped but equations still not added
|
||||
|
||||
/* CPS Changer */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user