Redumped bad Commodore PC-1 BIOS and Character ROM and changed the Hashes to match the redump

This commit is contained in:
rfka01 2016-04-05 00:06:04 +02:00
parent f459b3c1f4
commit 7144fe0e38

View File

@ -439,9 +439,9 @@ ROM_END
ROM_START( compc1 )
ROM_REGION(0x10000, "bios", 0)
ROM_LOAD("380270-01.bin", 0xc000, 0x4000, BAD_DUMP CRC(75135d37) SHA1(177283642240fee191ba2d87e1d0c2a377c78ccb))
ROM_LOAD("pc1_bios.bin", 0xc000, 0x4000, CRC(e37367c8) SHA1(9aac9c38b4ebdb9a740e393199c2eff75a0bde03))
ROM_REGION(0x8000, "gfx1", 0)
ROM_LOAD("pc1_char.bin", 0x0000, 0x8000, CRC(4773a945) SHA1(bcc38abecc75d3f641d42987cb0d2ed71d71bc4c))
ROM_LOAD("pc1_char.bin", 0x0000, 0x4000, CRC(ee6c27f0) SHA1(e769cc3a49a1d708bd74eb4ac85bb6ea67220d38))
ROM_END