From d3f1466811af633900711e925b223b930acf271f Mon Sep 17 00:00:00 2001 From: Lord-Nightmare Date: Tue, 13 Nov 2018 21:25:19 -0500 Subject: [PATCH] Replace dump of SAA5050 internal character generator ROM with verified copy from decap. This also matches the Signetics and Mullard SAA5050 datasheet pixel listings. [Sean Riddle, ClawGrip, The Dumping Union] --- src/devices/video/saa5050.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/video/saa5050.cpp b/src/devices/video/saa5050.cpp index 65825c853a8..881a9fdbdd5 100644 --- a/src/devices/video/saa5050.cpp +++ b/src/devices/video/saa5050.cpp @@ -42,7 +42,7 @@ DEFINE_DEVICE_TYPE(SAA5057, saa5057_device, "saa5057", "SAA5057 Teletext Charact ROM_START( saa5050 ) ROM_REGION( 0x500, "chargen", 0 ) - ROM_LOAD("saa5050", 0x0140, 0x03c0, BAD_DUMP CRC(6298fc0b) SHA1(ae38e7f51dd33733bacfa896425ca105682b31d6)) + ROM_LOAD("saa5050", 0x0140, 0x03c0, CRC(201490f3) SHA1(6c8daba70374e5aa3a6402f24cdc5f8677d58a0f)) // verified both from datasheet listing and decap ROM_END