From 45315fe4faeca6827d092af1b4991ecba766d037 Mon Sep 17 00:00:00 2001 From: Lord-Nightmare Date: Tue, 14 Mar 2017 12:28:26 -0400 Subject: potgoldu.cpp: add undumped MCU as NO_DUMP --- src/mame/drivers/potgoldu.cpp | 2 ++ 1 file changed, 2 insertions(+) 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 ) -- cgit v1.2.3