summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Scott Stone <tafoid@gmail.com>2019-01-03 08:08:13 -0500
committer Scott Stone <tafoid@gmail.com>2019-01-03 08:08:13 -0500
commite82a4ee4c806b749d29629d40975664d4ab5beb3 (patch)
tree6986e81790cf3fe6ec94161284afb9028340e5bb
parentef868d7bdc62db1b2441852837bcc7e65a59d611 (diff)
comport: Fix size to match image's hashes so that proper auditing can take place (nw)
-rw-r--r--src/mame/drivers/pc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/pc.cpp b/src/mame/drivers/pc.cpp
index 61336c9c9c9..112637ea0e3 100644
--- a/src/mame/drivers/pc.cpp
+++ b/src/mame/drivers/pc.cpp
@@ -423,7 +423,7 @@ ROM_START( comport )
ROMX_LOAD("compaq_portable_rev_c.bin", 0xe000, 0x2000, CRC(1d1f7c38) SHA1(d9782eb46cd1a7d40f3e8b37eb48db04ac588acb), ROM_BIOS(1))
ROM_REGION(0x8000,"gfx1", 0)
- ROM_LOAD("compaq_portable_video_cpqvid.bin", 0x0000, 0x2000, BAD_DUMP CRC(3ae64565) SHA1(6eeb06620e588a2f7bfab72eb4fadbd70503ea94))
+ ROM_LOAD("compaq_portable_video_cpqvid.bin", 0x0000, 0x1ffe, BAD_DUMP CRC(3ae64565) SHA1(6eeb06620e588a2f7bfab72eb4fadbd70503ea94))
ROM_END