mirror of
https://github.com/holub/mame
synced 2025-04-21 07:52:35 +03:00
jpinball: Mark sound ROM as bad dump
This commit is contained in:
parent
7eaefcdb6d
commit
2ef80dd44a
@ -450,7 +450,7 @@ ROM_START(jpinball)
|
||||
ROM_LOAD("joctronic_pb.ic6", 0x0000, 0x4000, CRC(5a1415a7) SHA1(cdf036bd1816907b7bb905189482c56bde38c228))
|
||||
|
||||
ROM_REGION(0x4000, "soundcpu", 0)
|
||||
ROM_LOAD("joctronic_pb.ic8s", 0x0000, 0x4000, CRC(22ca95fe) SHA1(71fe4e522ca478b57f081f096f5e6b79a9cdff00))
|
||||
ROM_LOAD("joctronic_pb.ic8s", 0x0000, 0x4000, BAD_DUMP CRC(22ca95fe) SHA1(71fe4e522ca478b57f081f096f5e6b79a9cdff00)) // has stuck bits
|
||||
ROM_END
|
||||
|
||||
/*-------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user