summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/potgoldu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/potgoldu.cpp')
-rw-r--r--src/mame/drivers/potgoldu.cpp16
1 files changed, 14 insertions, 2 deletions
diff --git a/src/mame/drivers/potgoldu.cpp b/src/mame/drivers/potgoldu.cpp
index a9d32615689..1cf00e6bc71 100644
--- a/src/mame/drivers/potgoldu.cpp
+++ b/src/mame/drivers/potgoldu.cpp
@@ -6,13 +6,13 @@
it appears this is just the name of a series of machines with different
software themes?
- board has the followng etched
+ board has the following etched
US GAMES
MADE IN USA
P/N: 34010 REV C-1
- not sure this is a good dump.. one rom is much bigger than the others
+ potgoldu: not sure this is a good dump.. one rom is much bigger than the others
and doesn't seem to pair with the ROM I'd expect it to pair with...
I'm just tagging the whole thing as BAD_DUMP for now.
@@ -105,5 +105,17 @@ ROM_START( potgoldu )
ROM_LOAD16_BYTE( "400x.u7", 0x1c0001, 0x20000, BAD_DUMP CRC(0953ecf7) SHA1(91cbe5d9aff171902dc3eb43a308a7a833c8fb71) )
ROM_END
+ROM_START( potgoldu580 ) // TMS34010FNL-40 + MC68H705 + YMF704C + ADV476KP35 RAMDAC + SC28L198A1A UART + EPM7192SQC160-10 CPLD
+ ROM_REGION16_LE( 0x400000, "user1", 0 ) /* 34010 code */
+
+ ROM_LOAD16_BYTE( "POG_580F.U4", 0x180000, 0x80000, CRC(087704d2) SHA1(915c0c57d014d04d5016099915b754e7592cbb0d) )
+ ROM_LOAD16_BYTE( "POG_580F.U7", 0x180001, 0x80000, CRC(4b76499b) SHA1(3d377107a201607d63f802f54771ae562b60ae27) )
+
+ ROM_LOAD16_BYTE( "POG_580F.U5", 0x280000, 0x80000, CRC(64c3b488) SHA1(30564feee544f7b4d1d48c68dbfcd6ae0ae1b220) )
+ 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_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 )
+GAME( 200?, potgoldu580, potgoldu, potgold, potgold, driver_device, 0, ROT0, "U.S. Games Inc.", "Pot O' Gold (U.S. Games, v580F)", MACHINE_IS_SKELETON | MACHINE_NO_SOUND )