Analysis updated 2026-05-18
Run the arcade game Simpsons Bowling on a MiSTer FPGA device using your own legally dumped game files.
Study how a real arcade board's hardware, like SCSI, flash memory, and EEPROM, can be recreated in FPGA logic.
Learn from the bring-up notes how the project's behavior was matched against another emulator's reference code.
Build the core from source using Quartus Prime Lite for a Cyclone V FPGA.
Requires your own legally obtained BIOS, flash, EEPROM, and disc dumps, plus a MiSTer FPGA device.
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.
An unofficial FPGA recreation of a Konami PlayStation-based arcade board for MiSTer, currently tested only with the game Simpsons Bowling.
Mainly VHDL. The stack also includes VHDL, Quartus Prime, FPGA.
No license information was found in the project.
Setup difficulty is rated hard, with roughly 1day+ to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.