USB mass storage application for NRIO/DS-Writer
Go to file
ApacheThunder b9b781bf5d Add EZP to last sectur bug check.
* Add EZP to check for last sector bug fix.
* Update read/write activity text to only update during vblank to reduce
flicker/draw bugs.
2024-11-25 20:57:38 -06:00
.github/workflows v0.2.2 2024-11-04 15:32:40 +01:00
graphics Add graphical version of main logo. 2024-11-05 19:36:16 -06:00
source Add EZP to last sectur bug check. 2024-11-25 20:57:38 -06:00
tinyusb Sync changes from host repo. 2024-11-06 04:08:08 -06:00
.gitignore Add gitignore and custom font 2024-11-05 01:19:52 -06:00
icon.png first commit 2024-11-02 14:24:09 +01:00
LICENSE first commit 2024-11-02 14:24:09 +01:00
Makefile Sync changes from host repo. 2024-11-06 04:08:08 -06:00
README.md chore: update CI, README 2024-11-03 23:54:38 +01:00

nrio-usb-disk

Open source USB mass storage tool for Slot-1 NDS cartridges in conjunction with the NRIO/DS Linker Writer Slot-2 cartridge.

Improvements over the official tool, uDisk:

  • Works with any DLDI-compatible Slot-1 cartridge (including >16K DLDI)
  • Works with early "D12" boards (the final release of uDisk has unreliable behaviour on them)
  • Improved file transfer rate:
    • ~10-20% on D14 boards
    • ~100%+ on D12 boards
  • Based on an USB stack that's not two decades out of date

More information about the NRIO/DS Linker Writer is available here.

License

MIT