Emulator library for the 65816 CPU
Go to file
Francesco Rigoni b08bfe7bbc
Merge pull request #1 from nick-less/master
emulation mode ADC, INC/DEC and ROL fixed
2018-12-19 20:47:59 +01:00
docs Initial commit 2018-03-04 18:58:51 +01:00
include added getter for flags 2018-12-17 18:09:32 +01:00
src fixed incorrect use of 16bit accu when calculating zero flag 2018-12-19 17:15:22 +01:00
.gitignore Initial commit 2018-03-04 18:58:51 +01:00
CMakeLists.txt Merge branch 'master' of github.com:FrancescoRigoni/Lib65816 2018-03-04 21:32:00 +01:00
license.txt Initial commit 2018-03-04 18:58:51 +01:00
README.md Update README.md 2018-11-18 11:01:45 +01:00

Lib65816

Emulator library for the 65816 CPU.
See https://codebutchery.wordpress.com/65816-cpu-emulator/

Disclaimer: I didn't test this enough to claim that it works well, you are free to use it but you might have to do some bugfixing :)