diff options
author | 2020-09-09 20:42:26 -0400 | |
---|---|---|
committer | 2020-09-09 20:42:26 -0400 | |
commit | 9fd73b62a6be73d5189c3bfacf670eb4f1037e54 (patch) | |
tree | f69f63e8902c6298df6c466636fd8697f3ddc339 /src | |
parent | 54321401fb792c5c4973fc6404b14fe4388cc3b4 (diff) | |
parent | 2fd7e54f77ecb272d8ebcc08e03148fe42259753 (diff) |
Merge pull request #7209 from clawgrip/patch-66
rfslots8085.cpp: Add note
Diffstat (limited to 'src')
-rw-r--r-- | src/mame/drivers/rfslots8085.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/mame/drivers/rfslots8085.cpp b/src/mame/drivers/rfslots8085.cpp index 47c0ef44cc4..94eae5ecc82 100644 --- a/src/mame/drivers/rfslots8085.cpp +++ b/src/mame/drivers/rfslots8085.cpp @@ -16,6 +16,16 @@ IC39 = AY-3-8910A IC38 = AY-3-8910A +Recreativos Franco used this hardware from 1987 to 1992 on several machines, including: + -Baby & Bombo + -Baby Formula + -Limon y Baby + -Limon y Baby 100 + -Baby Afrojin Dakar 3 + -El Tren + -Baby Derby + Etc. + ***************************************************************************/ #include "emu.h" |