mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
seibu/bloodbro.cpp: Dumped U083 PROM at 4J for Sky Smasher. (#11139) [Sergio Galiano]
This commit is contained in:
parent
3a34a5b8ba
commit
b8a8ec1203
1 changed files with 1 additions and 1 deletions
|
@ -874,7 +874,7 @@ ROM_START( skysmash )
|
|||
ROM_LOAD( "rom1", 0x00000, 0x20000, CRC(e69986f6) SHA1(de38bf2d5638cb40740882e1abccf7928e43a5a6) )
|
||||
|
||||
ROM_REGION( 0x0100, "proms", 0 )
|
||||
ROM_LOAD( "ss006.u083.4j", 0x0000, 0x0100, NO_DUMP ) // N82S135N
|
||||
ROM_LOAD( "ss006.u083.4j", 0x0000, 0x0100, CRC(8b2ae4a0) SHA1(7e7d0cc6afc8b8638b6b4614bc342a6baea3c7cf) ) // N82S135N
|
||||
ROM_END
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue