Skip to content

Commit

Permalink
skysharkb: fix incorrect ROM names (MAMETesters #8021)
Browse files Browse the repository at this point in the history
  • Loading branch information
clawgrip authored Jul 6, 2021
1 parent c9e05d9 commit fc04bd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mame/drivers/twincobr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1269,7 +1269,7 @@ ROM_END
ROM_START( skysharkb )
ROM_REGION( 0x30000, "maincpu", 0 ) // Main 68K code
ROM_LOAD16_BYTE( "1r.ic18", 0x00000, 0x10000, CRC(ea4bcb43) SHA1(4b5fda235908a9081fdd4cca98294e9e9a34bbf2) )
ROM_LOAD16_BYTE( "1q.1ic7", 0x00001, 0x10000, CRC(d1f39ed2) SHA1(2a46a542c29a07b31a6bfa72a2f4d4d26699c13d) )
ROM_LOAD16_BYTE( "1q.ic17", 0x00001, 0x10000, CRC(d1f39ed2) SHA1(2a46a542c29a07b31a6bfa72a2f4d4d26699c13d) )

ROM_REGION( 0x8000, "audiocpu", 0 ) // Sound Z80 code
ROM_LOAD( "1p.ic16", 0x0000, 0x8000, CRC(f0b98af2) SHA1(7054029b1955c510a6b693d278dd4d8a384112df) )
Expand All @@ -1282,7 +1282,7 @@ ROM_START( skysharkb )
ROM_REGION( 0x20000, "gfx2", 0 ) // fg tiles
ROM_LOAD( "1l.ic12", 0x00000, 0x08000, CRC(733b9997) SHA1(75e874a1d148fcc8fa09bb724ce8346565ace4e5) )
ROM_LOAD( "1o.ic15", 0x08000, 0x08000, CRC(8b70ef32) SHA1(e1f988d650dce17e3bfbea12e5fddbb671df18d4) )
ROM_LOAD( "1l.ic12", 0x10000, 0x08000, CRC(f711ba7d) SHA1(49644a264c09fc2d743e4f801b8b82e980f2def9) )
ROM_LOAD( "1n.ic14", 0x10000, 0x08000, CRC(f711ba7d) SHA1(49644a264c09fc2d743e4f801b8b82e980f2def9) )
ROM_LOAD( "1m.ic13", 0x18000, 0x08000, CRC(62532cd3) SHA1(df483db7604c0135130f92b08bad3fbffb4f5c47) )

ROM_REGION( 0x20000, "gfx3", 0 ) // bg tiles
Expand Down

0 comments on commit fc04bd0

Please sign in to comment.