Skip to content

asiekierka/uxnds

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
uxn
 
 
 
 
 
 
 
 

uxnds

Quick and simple port of the uxn virtual machine to the NDS console.

You can download a binary build here.

By default, uxnds will run /uxn/boot.rom or /uxn/launcher.rom. It also supports reading files from within /uxn.

On start, a keyboard is presented on the bottom screen, and the uxn display - on the top screen. Use the L or R buttons to swap them - in this configuration, mouse input is approximated via touchscreen.

In addition, you can use the START and SELECT buttons to reset the uxn virtual machine - press A to confirm, B to cancel if you press the buttons by accident.

When using a real DS, DSi or 3DS console, it is recommended to launch this program via nds-hb-menu - though, as it currently doesn't use argc/argv, it doesn't really change much.

There are three binaries provided:

  • uxnds.nds - faster, but best used only with known-good software,
  • uxnds_debug.nds - slower, but provides debugging information, profiling information and performs CPU stack bounds checks.
  • uxnds_profile.nds - almost as fast as uxnds.nds - with debugging/profiling information, no CPU stack bounds checks.

Use the latest devkitARM toolchain from the devkitPro organization to compile. After installing, simply run make.

About

NDS port of the uxn virtual machine

Resources

License

Stars

Watchers

Forks

Packages

No packages published