summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author ClawGrip <clawgrip@hotmail.com>2021-08-13 22:14:47 +0200
committer GitHub <noreply@github.com>2021-08-14 06:14:47 +1000
commit504b1e41d9081406b7c008027cea878dea6c7d54 (patch)
tree6e1d8db0c919e85643e3436f9e19d169f4625f33
parent44ede91453c6b5f3e8818b7eb6931fb9e2342f50 (diff)
miniguay.cpp: Fixed game name, add notes. (#8431)
-rw-r--r--src/mame/drivers/miniguay.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/mame/drivers/miniguay.cpp b/src/mame/drivers/miniguay.cpp
index 8d968b187c7..7750fde70ba 100644
--- a/src/mame/drivers/miniguay.cpp
+++ b/src/mame/drivers/miniguay.cpp
@@ -57,8 +57,11 @@
|_________________________________|
Two different PCBs were found with same components, albeit some from different producers.
- The machine uses light bulbs.
The coin acceptor is driven by a MCU (unknown type).
+
+ The dumped version (Mini Guay VD) uses plastic displays with light bulbs, but there's a different
+ one (undumped) called "Mini Guay VR" (VR stands for "Version Rodillos") or just "Mini Guay" with
+ reels instead, with an additional PCB for reels control (8031 + 2764 EPROM).
*/
#include "emu.h"
@@ -213,4 +216,4 @@ ROM_END
} // Anonymous namespace
-GAME( 1986, miniguay, 0, miniguay, miniguay, miniguay_state, empty_init, ROT0, "Cirsa", "Mini Guay", MACHINE_IS_SKELETON_MECHANICAL )
+GAME( 1986, miniguay, 0, miniguay, miniguay, miniguay_state, empty_init, ROT0, "Cirsa", "Mini Guay VD", MACHINE_IS_SKELETON_MECHANICAL ) // VD stands for "Version Displays".