summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Lord-Nightmare <Lord-Nightmare@users.noreply.github.com>2017-03-14 12:28:26 -0400
committer Lord-Nightmare <Lord-Nightmare@users.noreply.github.com>2017-03-14 12:28:26 -0400
commit45315fe4faeca6827d092af1b4991ecba766d037 (patch)
treec6a60c4ecca2039ab8dfb620bab67822c1240221
parent59de325644ab7e6ae12a7a57732484c2bddd59de (diff)
potgoldu.cpp: add undumped MCU as NO_DUMP
-rw-r--r--src/mame/drivers/potgoldu.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/drivers/potgoldu.cpp b/src/mame/drivers/potgoldu.cpp
index 1cf00e6bc71..06b635d30be 100644
--- a/src/mame/drivers/potgoldu.cpp
+++ b/src/mame/drivers/potgoldu.cpp
@@ -115,6 +115,8 @@ ROM_START( potgoldu580 ) // TMS34010FNL-40 + MC68H705 + YMF704C + ADV476KP35 RAM
ROM_LOAD16_BYTE( "POG_580F.U8", 0x280001, 0x80000, CRC(cca108a4) SHA1(edd46df79bd8835ca61b5d48277de4a70a83e2a0) )
// Dumper's note: Not included is the "Security" chip needed to run the game. However from what I can tell the chip only collates the bins, dumps them to ram, and keeps settings.
+ ROM_REGION( 0x2000, "mcu", 0 ) /* 68H705 (68hc705??) microcontroller */
+ ROM_LOAD( "mc68h705", 0x0000, 0x2000, NO_DUMP ) // not sure which type of mcu this is, size is a guess
ROM_END
GAME( 200?, potgoldu, 0, potgold, potgold, driver_device, 0, ROT0, "U.S. Games Inc.", "Pot O' Gold (U.S. Games, v400x?)", MACHINE_IS_SKELETON | MACHINE_NO_SOUND )