summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Scott Stone <tafoid@gmail.com>2017-06-30 16:20:59 -0400
committer Scott Stone <tafoid@gmail.com>2017-06-30 16:20:59 -0400
commitee5fe0c43f2031c089addd89005416e825d31701 (patch)
tree69f1b556c75dbe87f4a7d1153af74619eccf2a2c
parente0e2a6b6360d48c8426bdf72a5accdc382aae592 (diff)
All roms need a CRC32 and an SHA1 hash, even the baddumps! (nw)
-rw-r--r--src/mame/drivers/imds2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/imds2.cpp b/src/mame/drivers/imds2.cpp
index 147c71eeea9..89d8e87dada 100644
--- a/src/mame/drivers/imds2.cpp
+++ b/src/mame/drivers/imds2.cpp
@@ -903,7 +903,7 @@ ROM_START(imds2)
// For the time being a specially developed PIO firmware is used until a dump of the original PIO is
// available.
ROM_REGION(0x400 , "iocpio" , 0)
- ROM_LOAD("pio_a72.bin" , 0 , 0x400 , BAD_DUMP CRC(8c8e740b))
+ ROM_LOAD("pio_a72.bin" , 0 , 0x400 , BAD_DUMP CRC(8c8e740b) SHA1(9b9333a9dc9585aa8f630721d13e551a5c87defc))
// ROM definition of keyboard controller (8741)
ROM_REGION(0x400 , "kbcpu" , 0)