Releases: agkaminski/Pocket265
Releases · agkaminski/Pocket265
v1.2
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
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
All planned features are complete, both HW and FW are working as intended.