Casio PV-2000 for MiSTer
This is an FPGA implementation of the Casio PV-2000 computer for the MiSTer FPGA platform.
- Cartridge Bin files (.bin)
- Joysticks for up to two players
System Rom can be obtained from Mame and must be named boot0.rom in the games/Casio_PV-2000/ folder.
- Extract the hn613128pc64.bin file from pv2000.zip and rename it boot0.rom
- Support for two controllers, each with two Fire Buttons (Attack 0 and Attack 1), Select and Start.
- Configure buttons via in-core OSD menu.
PC | Casio |
---|---|
F1 | Mode |
F11 | _ |
Insert | Insert/Delete |
Delete | Insert/Delete |
Home | Home/CLS |
Left CTRL | Attack 0 |
Left ALT | Attack 1 |
Right CTRL | FUNC |
Right ALT | COLOR |
ESC | Stop/Cont |
Page Up | Stop/Cont |
Backspace | Cursor Left |
Caps Lock | Toggle Between English and Hiragana |
" | : |
= | ¥ |
\ | @ |
- Tape/Cassette support
- Printer Support
- Mame contains three cartriges that are split into two rom files. These files must be merged together into one rom file.
- (Win Command Prompt)
copy /B Rom1.bin + Rom2.bin MyCart.bin
- (Linux/MiSTer)
cat Rom1.bin Rom2.bin > MyCart.bin
- (Win Command Prompt)