summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author briantro <briantro@users.noreply.github.com>2017-11-30 00:21:45 -0600
committer briantro <briantro@users.noreply.github.com>2017-11-30 00:21:45 -0600
commitbe8d7e2908ace881c166e59dc012a872511bc68c (patch)
tree58591587205a808e6a9dfb584115a14ed18ee42a
parent0a9ecfb75d7166b9fd57809b61b1ccfa161d664d (diff)
zn.ccp: Accurate information about rom labels for the Judge Dredd sets (nw)
-rw-r--r--src/mame/drivers/zn.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/zn.cpp b/src/mame/drivers/zn.cpp
index 927d0f42ead..2db94b3e55a 100644
--- a/src/mame/drivers/zn.cpp
+++ b/src/mame/drivers/zn.cpp
@@ -5073,8 +5073,8 @@ ROM_START( jdredd )
AC_BIOS
ROM_REGION32_LE( 0x200000, "roms", 0 )
- ROM_LOAD16_BYTE( "9e54_01-16-98_1566_u_36.u36", 0x000001, 0x020000, CRC(37addbf9) SHA1(a4061a1ba9e230f080f0bfea69bf77efe9264a92) ) /* known to have other dates like 11-21-97 - still same checksum of 9E54 */
- ROM_LOAD16_BYTE( "79d3_01-16-98_1565_u_35.u35", 0x000000, 0x020000, CRC(c1e17191) SHA1(82901439b1a51b9aadb4df4b9d944f26697a1460) ) /* known to have other dates like 11-21-97 - still same checksum of 79D3 */
+ ROM_LOAD16_BYTE( "9e54_01-16-98_1566_u_36.u36", 0x000001, 0x020000, CRC(37addbf9) SHA1(a4061a1ba9e230f080f0bfea69bf77efe9264a92) ) /* ROMs for Rev.C hard drive are dated 01-16-98 - still same checksum of 9E54 */
+ ROM_LOAD16_BYTE( "79d3_01-16-98_1565_u_35.u35", 0x000000, 0x020000, CRC(c1e17191) SHA1(82901439b1a51b9aadb4df4b9d944f26697a1460) ) /* ROMs for Rev.C hard drive are dated 01-16-98 - still same checksum of 79D3 */
DISK_REGION( "ata:0:hdd:image" )
DISK_IMAGE( "jdreddc", 0, SHA1(eee205f83e5f590f8baf36452c873d7063156bd0) ) /* label on drive reads: 1576 Rev.C */
@@ -5087,8 +5087,8 @@ ROM_START( jdreddb )
AC_BIOS
ROM_REGION32_LE( 0x200000, "roms", 0 )
- ROM_LOAD16_BYTE( "9e54_01-16-98_1566_u_36.u36", 0x000001, 0x020000, CRC(37addbf9) SHA1(a4061a1ba9e230f080f0bfea69bf77efe9264a92) ) /* known to have other dates like 11-21-97 - still same checksum of 9E54 */
- ROM_LOAD16_BYTE( "79d3_01-16-98_1565_u_35.u35", 0x000000, 0x020000, CRC(c1e17191) SHA1(82901439b1a51b9aadb4df4b9d944f26697a1460) ) /* known to have other dates like 11-21-97 - still same checksum of 79D3 */
+ ROM_LOAD16_BYTE( "9e54_11-21-97_1566_u_36.u36", 0x000001, 0x020000, CRC(37addbf9) SHA1(a4061a1ba9e230f080f0bfea69bf77efe9264a92) ) /* ROMs for Rev.B hard drive are dated 11-21-97 - still same checksum of 9E54 */
+ ROM_LOAD16_BYTE( "79d3_11-21-97_1565_u_35.u35", 0x000000, 0x020000, CRC(c1e17191) SHA1(82901439b1a51b9aadb4df4b9d944f26697a1460) ) /* ROMs for Rev.B hard drive are dated 11-21-97 - still same checksum of 79D3 */
DISK_REGION( "ata:0:hdd:image" )
DISK_IMAGE( "jdreddb", 0, SHA1(20f696fa6e1fbf97793bac2a794631c5dd4fb39a) ) /* label on drive reads: 1576 Rev.B */