Skip to content

rasky/ndsemu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ndsemu

Gitter

Status

This emulator is HIGHLY EXPERIMENTAL. Almost no games work for now. Please be patient :)

How to compile

To compile, you must clone into a ndsemu subdirectory:

git clone https://github.com/rasky/ndsemu $GOPATH/src/ndsemu
cd $GOPATH/src/ndsemu
go get
go build

BIOS

You need access to an official NDS BIOS and firmware. Put them within a "bios" subdirectory, like this:

ndsemu
  |---bios
       |---- firmware.bin
       |---- biosnds7.rom
       |---- biodnds9.rom

Run it

At this point, you can just run it with:

./ndsemu <path-to-your-rom-file>

About

Nintendo DS Emulator written in Go

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages