1
0
mirror of https://github.com/Gehstock/Mist_FPGA.git synced 2026-02-25 00:07:31 +00:00
Files
Gehstock.Mist_FPGA/Arcade_MiST/Konami TimePilot84/README.md
Gyorgy Szombathelyi d6ec045275 TP84: rewrite of the MiSTer version
I think I got brain damage from the original code
2020-12-18 21:11:12 +01:00

15 lines
574 B
Markdown

## Time Pilot '84 MiST version
Based on the [MiSTer version](https://github.com/MiSTer-devel/Arcade-TimePilot84_MISTer/tree/main/rtl)
by Ace, ElectronAsh, Enforcer, loloC2C and Kitrinx
Completely rewritten using fully syncronous logic by Gyorgy Szombathelyi
## Usage
- Create ROM and ARC files from the MRA files using the MRA utility.
Example: mra -A -z /path/to/mame/roms "Time Pilot '84 (Set 1).mra"
- Copy the ROM files to the root of the SD Card
- Copy the RBF and ARC files to the same folder on the SD Card
- MRA utility: https://github.com/sebdel/mra-tools-c/