summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author rfka01 <rfka01@freenet.de>2016-04-05 00:06:04 +0200
committer rfka01 <rfka01@freenet.de>2016-04-05 00:06:04 +0200
commit7144fe0e3847ee8eb1fc35726fd4d5abb7e50f3c (patch)
tree380d49c30e35d892ddabe8fadf4183a21fce3a08 /src
parentf459b3c1f466372dac18bf083212fba3cb4008de (diff)
Redumped bad Commodore PC-1 BIOS and Character ROM and changed the Hashes to match the redump
Diffstat (limited to 'src')
-rw-r--r--src/mame/drivers/pc.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/pc.cpp b/src/mame/drivers/pc.cpp
index e41da48ec19..835b50b97ae 100644
--- a/src/mame/drivers/pc.cpp
+++ b/src/mame/drivers/pc.cpp
@@ -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