summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author ClawGrip <clawgrip@hotmail.com>2020-04-01 17:53:37 +0200
committer GitHub <noreply@github.com>2020-04-01 17:53:37 +0200
commit8a965aa9f88ee5ad66dab5b3613e77f2b9c4f288 (patch)
tree19d4fed8c2fc4384fcc8302e8eb52cb6956a034a /src
parent07707fd396472f9d9051605f50fe323f3e803a75 (diff)
rfslots8085.cpp: Add notes (nw) (#6510)
Diffstat (limited to 'src')
-rw-r--r--src/mame/drivers/rfslots8085.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/drivers/rfslots8085.cpp b/src/mame/drivers/rfslots8085.cpp
index f527a849a84..ce9eed19762 100644
--- a/src/mame/drivers/rfslots8085.cpp
+++ b/src/mame/drivers/rfslots8085.cpp
@@ -114,6 +114,7 @@ void rfslots8085_state::unkrfslt(machine_config &config)
AY8910(config, "ay1", 6_MHz_XTAL / 6).add_route(ALL_OUTPUTS, "mono", 0.50); // divider unknown
}
+// May be "Limon y Baby 100"
ROM_START(unkrfslt)
ROM_REGION(0x4000, "maincpu", 0)
ROM_LOAD("m1-31_b_1704.ic32", 0x0000, 0x4000, CRC(a74a85b7) SHA1(f562495a6b97f34165cc9fd5c750664701cac21f))
@@ -123,4 +124,5 @@ ROM_START(unkrfslt)
ROM_IGNORE( 0x3000 ) // 0xff filled and it's outside of the 8035's global address mask (fff)
ROM_END
-GAME( 198?, unkrfslt, 0, unkrfslt, unkrfslt, rfslots8085_state, empty_init, ROT0, "Recreativos Franco", "unknown Recreativos Franco slot machine", MACHINE_IS_SKELETON_MECHANICAL )
+// Date "25-05-87" engraved on the PCB
+GAME( 1987?, unkrfslt, 0, unkrfslt, unkrfslt, rfslots8085_state, empty_init, ROT0, "Recreativos Franco", "unknown Recreativos Franco slot machine", MACHINE_IS_SKELETON_MECHANICAL )