in207376: Remove BAD_DUMP flag from chargen ROM

This commit is contained in:
Dirk Best 2020-09-10 15:13:46 +02:00
parent 30f897171a
commit 95a7011e08

View file

@ -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