yemu/README.org

389 B

GRU yemu - Yet another EMUlator

Currenty supported platforms

  • 6502

How to build

(Currently only one platform supported but when other platforms/processors will be made other Makefile for all platforms)

  • cd src/6502
  • make
  • now you should see `yemu-6502` executable in src/6502/ directory

How to run programs

  • run your executable with ROM filename as argument