The Wayback Machine - https://web.archive.org/web/20201027200547/https://github.com/bryanperris/cor64
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

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

README.md

cor64

C# based N64 Emulator

This is a work-in-progress freetime project

Debugging

  • When hex dumping a rom, the program code (after the IPL) always starts 0x1000 in the file normally

Development

What you need

  • NodeJS
  • .NET Framework / Mono
  • .NET Core 3.x or higher
  • For Linux: GLFW devel libraries

Restore NPM packages $ npm install

Install gulp command $ npm -g install gulp-cli

Build and Run $ gulp run

Run Unit Tests $ dotnet test -v q

References

Alt text Alt text Alt text

You can’t perform that action at this time.