summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Lord-Nightmare <Lord-Nightmare@users.noreply.github.com>2018-11-18 06:12:39 -0500
committer Lord-Nightmare <Lord-Nightmare@users.noreply.github.com>2018-11-18 06:12:39 -0500
commitc5146ca00531332403c2ef51b2b5a3dc3d66de00 (patch)
tree07c2f90bb1ee7ae7e41aad980d7c3ee6fef4e68b
parent8dadf8537cb0ff4b4b50dae1d152e88dbf4584ef (diff)
Fix SAA5051 internal character ROM to match datasheet (one pixel was missing on the 'j' character) [Lord Nightmare]
-rw-r--r--src/devices/video/saa5050.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/saa5050.cpp b/src/devices/video/saa5050.cpp
index 881a9fdbdd5..77af6be01ea 100644
--- a/src/devices/video/saa5050.cpp
+++ b/src/devices/video/saa5050.cpp
@@ -52,7 +52,7 @@ ROM_END
ROM_START( saa5051 )
ROM_REGION( 0x500, "chargen", 0 )
- ROM_LOAD("saa5051", 0x0140, 0x03c0, BAD_DUMP CRC(a770611c) SHA1(9ab9d24b845fe2964fba2f4770d54025d2c8026a))
+ ROM_LOAD("saa5051", 0x0140, 0x03c0, BAD_DUMP CRC(0e55088b) SHA1(07cd9b7edbed6ef7b527622533d6957f5d56aa91)) // verified from datasheet listing
ROM_END