summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Roberto Fresca <robbie@robertofresca.com>2025-04-14 23:56:12 +0200
committer Roberto Fresca <robbie@robertofresca.com>2025-04-14 23:56:12 +0200
commit0855f614ed5bdd8de70af532121fb11d2ee88c16 (patch)
tree971b4adcfbd3e138aa5aa0c28e4efae8783c9dba
parent5785f30e7f6dfce2f0bd3a80c55db0a7d44e709e (diff)
Dumped the 68705 MCU from Lucky Bar [Ioannis Bampoulas]
-rw-r--r--src/mame/igs/goldstar.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/mame/igs/goldstar.cpp b/src/mame/igs/goldstar.cpp
index e159b272c9e..833fc66cdb9 100644
--- a/src/mame/igs/goldstar.cpp
+++ b/src/mame/igs/goldstar.cpp
@@ -16009,7 +16009,10 @@ ROM_END
*/
ROM_START( luckybar )
ROM_REGION( 0x10000, "maincpu", 0 )
- ROM_LOAD( "27c256_subboard.ic4", 0x0000, 0x8000, CRC(b987115b) SHA1(1c2f6369170c9667996e5dde8ac93100a7234e19) )
+ ROM_LOAD( "27c256_subboard.ic4", 0x0000, 0x8000, CRC(b987115b) SHA1(1c2f6369170c9667996e5dde8ac93100a7234e19) )
+
+ ROM_REGION( 0x10000, "mcu", 0 )
+ ROM_LOAD( "mc68705p3s_subboard.ic4", 0x0000, 0x2000, CRC(52fc7620) SHA1(e7f598dee9e71d3314899c6d01da59b2e974f205) )
ROM_REGION( 0x18000, "gfx1", 0 )
ROM_LOAD( "5.bin", 0x00000, 0x8000, CRC(994a9894) SHA1(4063c2c5e111f24a85df1665fd3f9fbb20fda4da) )
@@ -16022,7 +16025,7 @@ ROM_START( luckybar )
ROM_LOAD( "3.bin", 0x4000, 0x2000, CRC(cf196c4a) SHA1(b36d9ab37590cbcf48352e6186bc137139ded0aa) )
ROM_LOAD( "4.bin", 0x6000, 0x2000, CRC(1432a1c2) SHA1(c7cdf3501b9545b5463a7051d22765a9601ccad0) )
- ROM_REGION( 0x200, "proms", 0 ) /* proper dumps */
+ ROM_REGION( 0x200, "proms", 0 ) // proper dumps
ROM_LOAD( "82s129.g13", 0x0000, 0x0100, CRC(23e81049) SHA1(78071dae70fad870e972d944642fb3a2374be5e4) )
ROM_LOAD( "82s129.g14", 0x0100, 0x0100, CRC(526cf9d3) SHA1(eb779d70f2507d0f26d225ac8f5de8f2243599ca) )