mirror of
https://github.com/libretro/mame2003-plus-libretro.git
synced 2024-11-27 10:30:29 +00:00
Hmm they're swapped around in this driver
This commit is contained in:
parent
3a0e3d8426
commit
eb6295935f
@ -1033,7 +1033,7 @@ ROM_START( abcop )
|
||||
ROM_LOAD16_BYTE( "epr13559.57", 0x40000, 0x20000, CRC(4588bf19) SHA1(6a8b3d4450ac0bc41b46e6a4e1b44d82112fcd64) )
|
||||
ROM_LOAD16_BYTE( "epr13558.62", 0x40001, 0x20000, CRC(11259ed4) SHA1(e7de174a0bdb1d1111e5e419f1d501ab5be1d32d) )
|
||||
|
||||
ROM_REGION( 0x80000, REGION_CPU2, 0 ) /* 2nd 68000 code */
|
||||
ROM_REGION( 0x80000, REGION_CPU3, 0 ) /* 2nd 68000 code */
|
||||
ROM_LOAD16_BYTE( "epr13566.20", 0x00000, 0x20000, CRC(22e52f32) SHA1(c67a4ccb88becc58dddcbfea0a1ac2017f7b2929) )
|
||||
ROM_LOAD16_BYTE( "epr13565.29", 0x00001, 0x20000, CRC(a21784bd) SHA1(b40ba0ef65bbfe514625253f6aeec14bf4bcf08c) )
|
||||
|
||||
@ -1063,7 +1063,7 @@ ROM_START( abcop )
|
||||
ROM_REGION( 0x10000, REGION_GFX3, 0 ) /* ground data */
|
||||
ROM_LOAD( "opr13564.40", 0x00000, 0x10000, CRC(e70ba138) SHA1(85eb6618f408642227056d278f10dec8dcc5a80d) )
|
||||
|
||||
ROM_REGION( 0x10000, REGION_CPU3, 0 ) /* sound CPU */
|
||||
ROM_REGION( 0x10000, REGION_CPU2, 0 ) /* sound CPU */
|
||||
ROM_LOAD( "epr13560.17", 0x00000, 0x10000, CRC(83050925) SHA1(118710e5789c7999bb7326df4d7bd207cbffdfd4) )
|
||||
|
||||
ROM_REGION( 0x60000, REGION_SOUND1, 0 ) /* Sega PCM sound data */
|
||||
|
Loading…
Reference in New Issue
Block a user