Releases: peternoyes/dodo
Releases · peternoyes/dodo
v1.0.2
v1.0.1
This release moves the version checking logic from api.h into the system firmware. This is done in order to leave more space for user code. A few games no longer fit in the 8kb once the version check was added in v1.0.0. This version should be that which is burned onto the kit EEPROMs.
v1.0.0
Version 1.0.0 is the version that will be flashed to the EEPROM's going out in the kits.
Changes implemented since alpha
- Flashing process streamlined. Flashing is completely initiated by host computer.
- Info button on device to show firmware version.
- Firmware version can be queried over serial connection.
- API call for GET_VERSION
- Games do version check, will not load if major version has been released after game was built (allows future breaking changes)