- This is an FCS80 emulator that runs in a RaspberryPi Zero bare-metal environment.
- Compatible with RaspberryPiZero series (Zero, Zero W and Zero WH) and RaspberryPi1.
- Does not compatible with RaspberryPi Zero 2W.
- RaspberryPi Zero, Zero 1W or Zero WH
- Display device (e.g., TV) capable of outputting video and audio via HDMI input
- Gamepad with USB connection
- FAT-formatted SD card with at least 4MB (NOT 4GB) of free space
- Copy files under the
image
directory to the root directory of the SD card - Replace
game.rom
with the ROM file you want to run - Insert SD card into RaspberryPi Zero and launch
NOTE: Build is usually not required.
- Install XCode CLI Tools (macOS) or build-essential (Linux)
- Install GNU Arm Embedded Toolchain (arm-none-eabi)
- Execute
make