A C-only Playdate port of the vecx Vectrex emulator.
- Playdate SDK
arm-none-eabi-gccpdc
makeThe build creates vecx.pdx with both simulator and device binaries.
Install to a USB-mounted Playdate:
make _pushThe Vectrex BIOS is packaged as Source/rom.dat. If you want to test a local cartridge, add it as Source/cart.vec before building. The loader also falls back to Source/mine_storm.vec when present. .vec files are intentionally ignored by Git.
See NOTES.md for the active porting plan, findings, benchmark format, and known limitations.
- Valavan Manohararajah - original author
- John Hawthorn - desktop port
- Nikita Zimin - audio
- Simon Rodriguez - SDL2 desktop port