An open API service indexing awesome lists of open source software.

https://github.com/sashi0034/my64-tests

Nintendo 64 test ROM for young emulator
https://github.com/sashi0034/my64-tests

n64

Last synced: 3 months ago
JSON representation

Nintendo 64 test ROM for young emulator

Awesome Lists containing this project

README

        

# About

These are simple test ROMs for N64 emulator development

The built binaries are placed in the respective directories (test_1, etc.) with README.md

# Setup

1. `git submodule update --init`

1. `npm install`

1. With docker running, `npx libdragon init`

1. Use libdragon `unstable` branch by

`cd libdragon`

`npx libdragon install`

# Build

For example, when building test_1,

```
cd test_1
npx libdragon make
```