Pocket265 Versions Save

Second version of Pocket65 - 6502 based handheld computer

v1.2

8 months ago

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

1 year ago

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).

v1.0

1 year ago

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