Version 0.31
Picocomputer 6502 release
The zip contains a versioned firmware and snapshots of the emulator.
See README.txt inside for instructions.
- Windows emulator added
- Android emulator added
- Using upstream W65C02 chips driver
Breaking changes
- argv_mem() changed to __argv_mem() for C spec compliance
- Tablet struct now includes wheel data. Nothing released with this yet, so only examples affected.
Source debugging
The emulator requires a dev branch of llvm-mos to fully work. If your locals all say "optimized out" and you're building for debug, you're using an incompatible llvm-mos.
- https://llvm-mos.org/wiki/DWARF_overview
- https://github.com/johnwbyrd/llvm-mos/tree/feature/debug/v38
Full Changelog: v0.30...v0.31