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
- Host: GitHub
- URL: https://github.com/sashi0034/my64-tests
- Owner: sashi0034
- Created: 2023-09-14T03:28:09.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-02T07:20:59.000Z (over 1 year ago)
- Last Synced: 2025-03-14T16:11:50.709Z (3 months ago)
- Topics: n64
- Language: C
- Homepage:
- Size: 2.12 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```