Releases: asiekierka/uxnds
Releases · asiekierka/uxnds
uxnds 0.3.6
- uxn VM updates:
- implemented JCI/JMI/JSI opcodes
- updated datetime, file and system devices to (mostly) match mainline
- now with MMU support!
- properly implemented "quit" option
- bundled the correct-for-this-release version of uxn "essentials"
- other minor improvements
uxnds 0.3.5
- uxn VM updates:
- implemented opcode table order changes
- implemented new two-device file I/O
- implemented new changes to screen I/O
- uxnds will now look for "launcher.rom" if "boot.rom" is not present
uxnds 0.3.4
- Add directory reading support. (contributed by DeltaF1)
- Add reset key combo (START+SELECT), with confirmation prompt. (with contributions from DeltaF1)
- Fix inaccurate mouse device implementation. (contributed by Hoolean)
- Minor fixes/toolchain updates.
uxnds 0.3.3
Update to match latest mainline changes.
uxnds 0.3.2
- update PPU logic to match latest spec changes
uxnds 0.3.1
- Updates to the "console" device to bring it in line with latest uxnemu (somewhat).
- Fixed only the first APU channel working.
uxn3ds 0.1.1 (proof of concept)
- CPU core update (incl. performance improvements)
uxnds 0.3.0
- Updated CPU core to be compatible with the latest uxn specification changes. (SFT2)
- Minor performance improvements (3-5%), thanks alderwick!
- Reduced the .nds size by ~4-25KB, depending on build.
uxnds 0.2.3
- Minor CPU/PPU optimizations (~5-15% speed boost). Thanks to alderwick!
- Major CPU optimizations for stack-checking mode (uxnds_debug). Thanks to alderwick!
- Fixed ENTER key having invalid keycode when sent.
uxnds 0.2.2
- Minor PPU optimizations.
- Fix out-of-bounds memory access in PPU code.
- Fix incorrect mouse event handling.