mirror of
https://github.com/Takiiiiiiii/MiSTER-Pi-Offline-Stock.git
synced 2025-07-17 08:46:38 +00:00
My Vision for MiSTer
This is an FPGA implementation of the My Vision Console by Nichibutsu for the MiSTer FPGA platform.
About the System
- Released only in Japan with only 6 Games/Cartridges.
- It did not use controllers, instead it had buttons on the console itself.
- The Direction Buttons (A,B,C & D) are mapped to the Cursor Keys, or you can use a Joystick
- The E button is mapped to the Space Bar or you can use the Fire Button on a Joystick.
Console Button to Keyboard Mapping
Console : | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | A | B | C | D | E |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Option A : | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | - | = | ⌫ | \ | ← | ↑ | ↓ | → | Space |
Option B: | A | B | C | D | E | F | G | H | I | J | K | L | M | N | ← | ↑ | ↓ | → | Fire |
Prepping Files
If your game is a zip and contains multiple files such as "f1" "f2" and so on, then you'll need to convert them to .bin for the core to be able to load it. First extract those files and then perform the following commands.
Using MS-DOS/CMD:
copy /B f1 + /B f2 + /B f3 Hanafuda.bin
Using Linux/MiSTer:
cat f1 f2 f3 > Hanafuda.bin