summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author braintro <briantro@users.noreply.github.com>2019-10-21 22:12:38 -0500
committer braintro <briantro@users.noreply.github.com>2019-10-21 22:12:38 -0500
commit9c64307ba8ea8d2b67ff50dd994a969d32aec4be (patch)
tree109fb39cf30d7040d472b13240404546aa8b7b77
parent4e55f2cdb7256ce8086a166e63905771e74b40a5 (diff)
(nw) m72.cpp: Mark dbreedm72 set's MCU code as NO_DUMP
-rw-r--r--src/mame/drivers/m72.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/m72.cpp b/src/mame/drivers/m72.cpp
index 7469fab7955..835f5353f01 100644
--- a/src/mame/drivers/m72.cpp
+++ b/src/mame/drivers/m72.cpp
@@ -3452,7 +3452,7 @@ ROM_START( dbreedm72 )
ROM_RELOAD( 0xe0000, 0x10000 )
ROM_REGION( 0x10000, "mcu", 0 ) /* i8751 microcontroller */
- ROM_LOAD( "dbreedm72.mcu", 0x00000, 0x01000, CRC(8bf2910c) SHA1(65842c928626077f613e0ab56074e83301a64a2e) )
+ ROM_LOAD( "dbreedm72.mcu", 0x00000, 0x01000, NO_DUMP ) // Requires different currently undumped MCU code - i8751 MCU labeled DB C-PR-B??
ROM_REGION( 0x080000, "sprites", 0 )
ROM_LOAD( "db_k800m.00", 0x00000, 0x20000, CRC(c027a8cf) SHA1(534dc416b8f5587168c7f644d3f9438c8a190491) ) /* sprites */