Skip to content

Releases: asiekierka/uxnds

uxnds 0.3.6

18 Feb 12:05
Compare
Choose a tag to compare
  • 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

14 May 19:40
Compare
Choose a tag to compare
  • 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

04 Feb 07:47
Compare
Choose a tag to compare
  • 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

26 Sep 17:57
Compare
Choose a tag to compare

Update to match latest mainline changes.

uxnds 0.3.2

02 Aug 16:31
Compare
Choose a tag to compare
  • update PPU logic to match latest spec changes

uxnds 0.3.1

17 Jul 18:07
Compare
Choose a tag to compare
  • 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)

27 May 06:06
Compare
Choose a tag to compare
  • CPU core update (incl. performance improvements)

uxnds 0.3.0

23 May 15:37
Compare
Choose a tag to compare
  • 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

21 May 22:46
Compare
Choose a tag to compare
  • 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

21 May 07:32
Compare
Choose a tag to compare
  • Minor PPU optimizations.
  • Fix out-of-bounds memory access in PPU code.
  • Fix incorrect mouse event handling.