6502 icon indicating copy to clipboard operation
6502 copied to clipboard

Project is out of date with Z

Open YeaminSarder opened this issue 1 year ago • 1 comments

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.

YeaminSarder avatar Jan 14 '25 08:01 YeaminSarder

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.

redcode avatar Jan 14 '25 08:01 redcode