summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Dirk Best <mail@dirk-best.de>2020-09-10 15:13:46 +0200
committer Dirk Best <mail@dirk-best.de>2020-09-10 15:13:46 +0200
commit95a7011e0834ed57b707cadf2d968212b089ac21 (patch)
tree0edb03d2f7a58dcdee5cd6c6e6ea652e3f05f7ba
parent30f897171a244c9db3c4529b34edc3bcc7132f13 (diff)
in207376: Remove BAD_DUMP flag from chargen ROM
-rw-r--r--src/mame/drivers/informer_207_376.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/informer_207_376.cpp b/src/mame/drivers/informer_207_376.cpp
index 8eceb5fcfd0..9ab85c13ed2 100644
--- a/src/mame/drivers/informer_207_376.cpp
+++ b/src/mame/drivers/informer_207_376.cpp
@@ -285,7 +285,7 @@ ROM_START( in207376 )
ROM_REGION(0x1000, "chargen", 0)
// TMS2732AGL-25
// 79573-001 V1.00 376/8 CHAR. GEN.
- ROM_LOAD("79573-001.z6", 0x0000, 0x1000, BAD_DUMP CRC(f704b827) SHA1(bcc56eeb8681c2bebe3a9f4b6b78c0373c06d875))
+ ROM_LOAD("79573-001.z6", 0x0000, 0x1000, CRC(f704b827) SHA1(bcc56eeb8681c2bebe3a9f4b6b78c0373c06d875))
ROM_END