6502
6502 copied to clipboard
Project is out of date with Z
the include <Z/hardware/CPU/architecture/6502.h> does not work. this repository is behind the Zeta repository. they have changed the include paths. <Z/hardware/ISA/6502.h> exists but types like zuint8 is not defined there.
This repository uses an older version of Zeta, which at the time was simply called Z. You can find it in this repository: https://github.com/redcode/Z.
I'm working on a new version of this emulator that uses the current version of Zeta (https://github.com/redcode/Zeta).
I will upload the changes soon.