mirror of
https://github.com/holub/mame
synced 2025-04-25 17:56:43 +03:00
hh_sm510: fix wrong copypaste, weird MAME didnt complain (nw)
This commit is contained in:
parent
0f846715cb
commit
ac0083d4e0
@ -3246,7 +3246,7 @@ ROM_START( kcontra ) // except for filler/unused bytes, ROM listing in patent US
|
||||
ROM_LOAD( "773.melody", 0x000, 0x100, CRC(23d02b99) SHA1(703938e496db0eeacd14fe7605d4b5c39e0a5bc8) )
|
||||
|
||||
ROM_REGION( 721005, "svg", 0)
|
||||
ROM_LOAD( "kcontra.svg", 0, 721005, SHA1(2f401222d24fa32a4659ef2b64ddac8ac3973c69) )
|
||||
ROM_LOAD( "kcontra.svg", 0, 721005, CRC(b5370d0f) SHA1(2f401222d24fa32a4659ef2b64ddac8ac3973c69) )
|
||||
ROM_END
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user