1
0
mirror of https://github.com/rkujawa/rk65c02.git synced 2026-04-19 18:16:26 +00:00

2 Commits

Author SHA1 Message Date
Radosław Kujawa 9f5c8c13c4 Stabilize JIT functional runs and fix BBR/BBS branch checks.
Bound JIT cache growth and safely fall back after native stores to handle self-modifying functional ROM code, then correct BBR/BBS test expectations to use the 3-byte instruction base.

Made-with: Cursor
2026-03-06 21:56:55 +01:00
Radosław Kujawa e2571da31a Integrate Klaus Dormann's 6502 functional test suite with ATF/Kyua.
Adapt the imported suite to the rk65c02 memory layout, add an ATF/Kyua harness with PC-trap pass/fail detection, and fix emulator correctness issues surfaced by the suite (LDX ZP,Y size, PLX/PLY flags, zero-page wrapping, and BBR/BBS branch base).

Made-with: Cursor
2026-03-06 20:49:32 +01:00