diff options
author | 2019-01-01 22:48:01 +0100 | |
---|---|---|
committer | 2019-01-01 22:48:01 +0100 | |
commit | e96af8ac35d3a7f4555bdf2dadbb707f18be225d (patch) | |
tree | d9058f15e722aa9e4955caf132b29e40381196e3 | |
parent | 47d6597ed81cd7984f37c65fc800c3b73368b682 (diff) |
pc.cpp: Marked the Compaq Portable video ROM as BAD_DUMP.
-rw-r--r-- | src/mame/drivers/pc.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/pc.cpp b/src/mame/drivers/pc.cpp index fba00593857..dcefff3c43c 100644 --- a/src/mame/drivers/pc.cpp +++ b/src/mame/drivers/pc.cpp @@ -423,9 +423,10 @@ 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, CRC(3ae64565) SHA1(6eeb06620e588a2f7bfab72eb4fadbd70503ea94)) + ROM_LOAD("compaq_portable_video_cpqvid.bin", 0x0000, 0x2000, BAD_DUMP CRC(3ae64565) SHA1(6eeb06620e588a2f7bfab72eb4fadbd70503ea94)) ROM_END + /************************************************** Data General One / DG-1 *** Links: http://www.1000bit.it/ad/bro/datageneral/DG-ONE-PersonalSystem.pdf , http://www.1000bit.it/ad/bro/datageneral/DG-ONE-Interduction-PR.pdf , |