Emulator library for the 65816 CPU
Go to file
Francesco Rigoni b11ae4f6b3
Merge pull request #2 from nick-less/master
IRQ handling
2019-01-09 16:56:57 +01:00
docs Initial commit 2018-03-04 18:58:51 +01:00
include made IRQ work 2019-01-08 20:16:46 +01:00
src removed obsolete log entry 2019-01-08 20:18:20 +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
README.md Update README.md 2018-11-18 11:01:45 +01:00
license.txt Initial commit 2018-03-04 18:58:51 +01:00

README.md

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 :)