summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author braintro <briantro@users.noreply.github.com>2019-12-23 00:46:29 -0600
committer braintro <briantro@users.noreply.github.com>2019-12-23 00:46:29 -0600
commit437e0ad02e524e84a76df7f564c691133edeb992 (patch)
tree09de4ae39f876e8bf26202b2d81de8d62025be21
parentc66dfa54587459e8c5c2748c9324d1dc0e4162a2 (diff)
(nw) dec0.cpp: Document undumped versions of Heavy Barrel
-rw-r--r--src/mame/drivers/dec0.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mame/drivers/dec0.cpp b/src/mame/drivers/dec0.cpp
index 5d21ca1f196..cd759911d5b 100644
--- a/src/mame/drivers/dec0.cpp
+++ b/src/mame/drivers/dec0.cpp
@@ -2285,6 +2285,11 @@ ROM_START( hbarrel ) /* DE-0289-2 main board, DE-0293-1 sub/rom board */
ROM_LOAD( "mb7122e.17e", 0x200, 0x400, CRC(a5cda23e) SHA1(d6c8534ae3c95b47a0701047fef67f15dd71f3fe) ) /* Also known to be labeled as A-2 */
ROM_END
+/*
+There are known PCBs with ROMs 01 & 04 stamped as "-1" revision
+At least 1 PCB was spotted with ROM labels as "MYF HEAVY BARREL 01-2" & "MYF HEAVY BARREL 04-2"
+Niether version has been dumped to verify they are indeed different versions
+*/
ROM_START( hbarrelu ) /* DE-0297-1 main board, DE-0299-0 sub/rom board */
ROM_REGION( 0x60000, "maincpu", 0 ) /* 6*64k for 68000 code */
ROM_LOAD16_BYTE( "heavy_barrel_04.3c", 0x00000, 0x10000, CRC(4877b09e) SHA1(30c653b2f59fece881d088b675192ff2599adbe3) )