Skip to content

Releases: agkaminski/Pocket265

v1.2

17 Sep 19:09
Compare
Choose a tag to compare

One critical FW bug fixed (interrupts handling on NMOS 6502), some additional work on examples, various bug fixes and complete simulator overhaul.

  • added user app framework for C programs,
  • fixed hello world crams example,
  • added guess game,
  • added primes calculation,
  • updated 3D model,
  • added display stand 3D model,
  • fixed interrupts on NMOS 6502,
  • optimized FW for size,
  • rewrote simulator (no more threads, use CPU simulator lib simak65),
  • added I2C memory to the simulator,
  • fixed readme.

v1.1

06 Sep 10:16
Compare
Choose a tag to compare

Various bug fixes:

  • changed c lib to none.lib (cc65). supervision.lib had some 65C02 opcodes in it,
  • fully tested and fixed all examples,
  • add script for sending programs via UART,
  • finished simulator porting, now it's fully functional (apart from I2C and UART simulation).

First release

05 Sep 16:28
Compare
Choose a tag to compare

All planned features are complete, both HW and FW are working as intended.