Skip to content

d3rvita/ya65c02

Repository files navigation

YA65C02 - yet another 65C02 emulator

YA65C02 is an emulator of the 65C02 processor. For the sake of simplicity its behavior is not emulated accurately (e.g. the timing calculation does not account for crossing page boundary). The code seems to run correctly, it passes the functional tests of Klaus Dormann and runs the binary of the Mephisto MMV chess computer (binary available here).

mmv_emu