git404hub

what is konamigv_mister fr?

t-dollaz/konamigv_mister — explained in plain English

Analysis updated 2026-05-18

4VHDLAudience · generalComplexity · 5/5Setup · hard

tl;dr

An unofficial FPGA recreation of a Konami PlayStation-based arcade board for MiSTer, currently tested only with the game Simpsons Bowling.

vibe map

mindmap
  root((KonamiGV_MiSTer))
    What it does
      Arcade board recreation
      Runs on MiSTer FPGA
      Simpsons Bowling tested
    Tech stack
      VHDL
      FPGA
      Quartus
    Use cases
      Play arcade game
      Study hardware emulation
      Build from source
    Audience
      Retro gaming enthusiasts
      FPGA hobbyists
    Risks
      EEPROM wipe warning
      Untested titles
      Read-only flash limitation

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Run the arcade game Simpsons Bowling on a MiSTer FPGA device using your own legally dumped game files.

VIBE 2

Study how a real arcade board's hardware, like SCSI, flash memory, and EEPROM, can be recreated in FPGA logic.

VIBE 3

Learn from the bring-up notes how the project's behavior was matched against another emulator's reference code.

VIBE 4

Build the core from source using Quartus Prime Lite for a Cyclone V FPGA.

what's the stack?

VHDLQuartus PrimeFPGA

how do i run it?

Difficulty · hard time til it works · 1day+

Requires your own legally obtained BIOS, flash, EEPROM, and disc dumps, plus a MiSTer FPGA device.

No license information was found in the project.

in plain english

This project recreates a specific Konami arcade circuit board, known as the GV or Baby Phoenix system, so that it can run on MiSTer, a hardware platform that reimplements classic gaming systems in reprogrammable chips called FPGAs. It is built as a fork of an existing PlayStation core, since the GV board is really a PlayStation console with a few extra Konami parts added on. The only game it has actually been tested with so far is Simpsons Bowling, an arcade bowling game, which the author reports boots up, passes its internal security check, and plays correctly on real hardware. The author is upfront that this is an experimental, unofficial project built with the single goal of getting that one game working, and it may not be wired up correctly for every part of the GV system. It should not be confused with a different, later Konami arcade board that looks similar in name. To use it, you need your own legally obtained copies of the game's BIOS file, memory chip dumps, a security chip image, and a disc image, none of which are included with the project. A helper script combines the separate memory dumps into the single file format the core expects. There is a clear warning in the documentation: turning on a test mode switch without first backing up a particular save file can permanently wipe out the game's security code, requiring you to restore from that backup to recover. A table in the documentation tracks, part by part, which pieces of the original hardware have been tested and confirmed working on real hardware, which are still in progress, and which have not been implemented at all. Building the project from source requires a specific version of Intel's Quartus Prime Lite software.

prompts (copy fr)

prompt 1
Walk me through preparing my game files to run Simpsons Bowling on this MiSTer core.
prompt 2
Explain why turning on Service Mode without a backup can break my save file.
prompt 3
Help me understand the memory map described in this project's architecture diagram.
prompt 4
What does the build status table tell me about which hardware features are tested versus untested?

Frequently asked questions

what is konamigv_mister fr?

An unofficial FPGA recreation of a Konami PlayStation-based arcade board for MiSTer, currently tested only with the game Simpsons Bowling.

What language is konamigv_mister written in?

Mainly VHDL. The stack also includes VHDL, Quartus Prime, FPGA.

What license does konamigv_mister use?

No license information was found in the project.

How hard is konamigv_mister to set up?

Setup difficulty is rated hard, with roughly 1day+ to a first successful run.

Who is konamigv_mister for?

Mainly general.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.