/Casio_PV-2000_Senhor

Casio PV-2000 for Senhor

Primary LanguageVHDLGNU General Public License v2.0GPL-2.0

=(Casio_PV-2000_Senhor notes)=-

Tested: Working Video 720p, 1080p & Sound

This is an FPGA implementation of the Casio PV-2000 computer for the MiSTer FPGA platform.

Features

  • Cartridge Bin files (.bin)
  • Joysticks for up to two players

Required Files - Not Included

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

Joystick

  • Support for two controllers, each with two Fire Buttons (Attack 0 and Attack 1), Select and Start.
  • Configure buttons via in-core OSD menu.

Keyboard Mapping

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
" :
=
\ @

Features not implemented

  • Tape/Cassette support
  • Printer Support

Notes

  • 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