Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 233 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 233 Bytes

XPL-32-Emulator

A C++ emulator for the XPL-32. (WARNING VERY BROKEN/UNFINISHED!)

Requires g++ to build. The command:

  g++ main.cpp mos6502.cpp 6551.cpp -o xpl

(alternitively, you can use make.sh)

then

  ./xpl