diff options
| author | 2023-05-09 06:40:31 +0200 | |
|---|---|---|
| committer | 2023-05-09 06:40:31 +0200 | |
| commit | d50fd6b93986b6502313a3fb1e19c904c515a7d0 (patch) | |
| tree | a8917193b234a1d35caed3e5c14d3286ed8af4c1 | |
| parent | 534b7d15957d518990809c8b381b2ca4c8a22e0b (diff) | |
namco/namcops2.cpp: redumped taiko8' s DVD (data SHA1 matches the older dump) and converted it to CHD with the new createdvd option [f205v]
| -rw-r--r-- | src/mame/namco/namcops2.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mame/namco/namcops2.cpp b/src/mame/namco/namcops2.cpp index 09544d77294..03ebcb86ffb 100644 --- a/src/mame/namco/namcops2.cpp +++ b/src/mame/namco/namcops2.cpp @@ -868,6 +868,10 @@ Notes: CN3 - 40 pin connector with perpendicular adapter board plugged into main board to connector J11 CN6 - 2 pin connector joined with a small cable to the board where the dongle plugs in CN7 - 6 pin connector (unused) + + +TODO: all DVD dumps but taiko8 should be updated with chdman's createdvd option + ***************************************************************************/ @@ -1156,7 +1160,7 @@ ROM_START( taiko8 ) ROM_LOAD( "tk81001-na-a_spr.ic002", 0x800000, 0x040000, CRC(590c8d80) SHA1(30622142428e37b8c3b91dee7fdd147d593b4d6f) ) DISK_REGION("dvd") - DISK_IMAGE_READONLY( "tk8100-1-na-dvd0-a", 0, SHA1(81a2a9d7164495af825ad038fbf6f696e755ab9c) ) + DISK_IMAGE_READONLY( "tk8100-1-na-dvd0-a", 0, SHA1(a06b32741b3eb61084d8176306005d08d36eb987) ) // read confirmed from two different DVDs ROM_END ROM_START( zoidsinf ) |
