Skip to content

Version 0.31

Choose a tag to compare

@github-actions github-actions released this 22 Jul 19:58
· 12 commits to main since this release
d8822cd

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.

Full Changelog: v0.30...v0.31