diff options
| author | 2019-11-23 11:24:35 -0500 | |
|---|---|---|
| committer | 2019-11-23 11:24:35 -0500 | |
| commit | 8637500ca53ce789d2f0dac81cd91b268fde2d94 (patch) | |
| tree | 45b31236f6d6ef4b34669ba91fa68529588d25d2 /src | |
| parent | 6b7432793ae63c16582461c25f95eda81422f4ff (diff) | |
Mark trsvidtx as bad dump (nw)
After disassembling the whole thing, the ROM is almost certainly half size and the submitter no longer has the machine to redump it.
Diffstat (limited to 'src')
| -rw-r--r-- | src/mame/drivers/coco12.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/coco12.cpp b/src/mame/drivers/coco12.cpp index 8b61c76cc54..5d13c85e4e8 100644 --- a/src/mame/drivers/coco12.cpp +++ b/src/mame/drivers/coco12.cpp @@ -602,7 +602,7 @@ ROM_END ROM_START(trsvidtx) ROM_REGION(0x8000,MAINCPU_TAG,0) - ROM_LOAD( "8041716-1.1.u13", 0x2000, 0x0800, CRC(7844793c) SHA1(4595f1ff9140974356fa60781caf201e5c464258) ) + ROM_LOAD( "8041716-1.1.u13", 0x2000, 0x0800, BAD_DUMP CRC(7844793c) SHA1(4595f1ff9140974356fa60781caf201e5c464258) ) ROM_RELOAD(0x2800, 0x0800) ROM_RELOAD(0x3000, 0x0800) ROM_RELOAD(0x3800, 0x0800) |
