mirror of
https://github.com/holub/mame
synced 2025-06-05 12:26:35 +03:00
Fix sha1 (nw)
This commit is contained in:
parent
c4587362d0
commit
3c7e256b45
@ -282,7 +282,7 @@ ROM_START( steeplec )
|
||||
ROM_REGION( 0x0220, "gfx", ROMREGION_ERASE00 )
|
||||
ROM_LOAD( "003773-a.4c", 0x0000, 0x0100, CRC(5ddc49b6) SHA1(58eba996703cbb7b3f66ff97357e191c9a3ab340) ) // Horse Graphics
|
||||
ROM_LOAD( "003773-b.4d", 0x0100, 0x0100, CRC(e6994cde) SHA1(504f92dba0c8640d55c7412697868582043f3817) ) // Horse Graphics
|
||||
ROM_LOAD( "003774.8c", 0x0200, 0x0020, CRC(f3785f4a) SHA1(98f4015049279de5ba109e6dd87bb94071df586) ) // Bugle
|
||||
ROM_LOAD( "003774.8c", 0x0200, 0x0020, CRC(f3785f4a) SHA1(98f4015049279de5ba109e6dd87bb94071df5860) ) // Bugle
|
||||
ROM_END
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user