diff options
| author | 2026-05-22 18:39:54 +0200 | |
|---|---|---|
| committer | 2026-05-22 18:39:54 +0200 | |
| commit | d0ff36b718051078aafd6fff876e812cc908d5ce (patch) | |
| tree | 9abe1a45d73b85dee87dfdb5968f0618584eac6c | |
| parent | 74b6e00cfff2c2b9ead9650630cdfc36870241d4 (diff) | |
tecmo/tehkanwc.cpp: Add note about 'tehkanwch' with double sized ROMs (#15361)
| -rw-r--r-- | src/mame/tecmo/tehkanwc.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/tecmo/tehkanwc.cpp b/src/mame/tecmo/tehkanwc.cpp index a5b2bd6bfb5..f5e61f0d1db 100644 --- a/src/mame/tecmo/tehkanwc.cpp +++ b/src/mame/tecmo/tehkanwc.cpp @@ -1020,7 +1020,9 @@ ROM_START( tehkanwcd ) // from a 2-PCB set labeled "A-32302 Tehkan" and "B-32302 ROM_LOAD( "twc-5.bin", 0x0000, 0x4000, CRC(444b5544) SHA1(0786d6d9ada7fe49c8ab9751b049095474d2e598) ) ROM_END -/* Just a year hack to put "1986" plus some other small changes, but this set has been found on different bootleg TWC PCBs. */ +/* Just a year hack to put "1986" plus some other small changes, but this set has been found on different bootleg TWC PCBs. + Cocamatic (Spain) distributed this set using 27256 for all ROMs, giving the dump different hashes (but with exactly the + same content (with 1ST AND 2ND HALF IDENTICAL). */ ROM_START( tehkanwch ) ROM_REGION( 0x10000, "maincpu", 0 ) ROM_LOAD( "worldcup_3.bin", 0x0000, 0x4000, CRC(dd3f789b) SHA1(8e616a64d96f62797485c78e9c3f36fa90486e3f) ) // 27128 |
