mirror of
https://github.com/mamedev/mame.git
synced 2024-11-18 10:06:19 +01:00
ZN update [Team CPS-1]:
* Confirmed 1 label in sfexu * Added a note in sfexa set
This commit is contained in:
parent
60be7f289e
commit
b6e6f0a050
1 changed files with 6 additions and 6 deletions
|
@ -2866,7 +2866,7 @@ ROM_START( sfexu )
|
||||||
CPZN1_BIOS
|
CPZN1_BIOS
|
||||||
|
|
||||||
ROM_REGION32_LE( 0x80000, "user3", 0 )
|
ROM_REGION32_LE( 0x80000, "user3", 0 )
|
||||||
ROM_LOAD( "sfeu_04b.2h", 0x0000000, 0x080000, CRC(de02bd29) SHA1(62a88a30f73db661f5b98fc7e2d34d51acb965cc) ) // same code / revision as sfee_04a, sfea_04a, should be sfeu_04a
|
ROM_LOAD( "sfeu_04b.2h", 0x0000000, 0x080000, CRC(de02bd29) SHA1(62a88a30f73db661f5b98fc7e2d34d51acb965cc) )
|
||||||
|
|
||||||
ROM_REGION32_LE( 0x2400000, "user2", 0 )
|
ROM_REGION32_LE( 0x2400000, "user2", 0 )
|
||||||
ROM_LOAD( "sfe-05m.3h", 0x0000000, 0x400000, CRC(eab781fe) SHA1(205476cb72c8dac915e140fb32243dfc5d209ba4) )
|
ROM_LOAD( "sfe-05m.3h", 0x0000000, 0x400000, CRC(eab781fe) SHA1(205476cb72c8dac915e140fb32243dfc5d209ba4) )
|
||||||
|
@ -2890,7 +2890,7 @@ ROM_START( sfexa )
|
||||||
CPZN1_BIOS
|
CPZN1_BIOS
|
||||||
|
|
||||||
ROM_REGION32_LE( 0x80000, "user3", 0 )
|
ROM_REGION32_LE( 0x80000, "user3", 0 )
|
||||||
ROM_LOAD( "sfea_04a.2h", 0x0000000, 0x080000, CRC(08247bd4) SHA1(07f356ef2827b3fbd0bfaf2010915315d9d60ef1) )
|
ROM_LOAD( "sfea_04a.2h", 0x0000000, 0x080000, CRC(08247bd4) SHA1(07f356ef2827b3fbd0bfaf2010915315d9d60ef1) ) // could be sfea_04.2h
|
||||||
|
|
||||||
ROM_REGION32_LE( 0x2400000, "user2", 0 )
|
ROM_REGION32_LE( 0x2400000, "user2", 0 )
|
||||||
ROM_LOAD( "sfe-05m.3h", 0x0000000, 0x400000, CRC(eab781fe) SHA1(205476cb72c8dac915e140fb32243dfc5d209ba4) )
|
ROM_LOAD( "sfe-05m.3h", 0x0000000, 0x400000, CRC(eab781fe) SHA1(205476cb72c8dac915e140fb32243dfc5d209ba4) )
|
||||||
|
|
Loading…
Reference in a new issue