Skip to content

queueRAM/project64

 
 

Repository files navigation

Project64d

A fork of Project64 with additional debugging features

Image

Features:

  • MIPS debugger
    • Built-in assembler functionality for testing code
  • Memory read and write breakpoints
    • Support for cart-to-RAM DMA writes
  • Symbol management for subroutines and variables
    • Live view of variable values
  • Cart-to-RAM DMA logging
    • RAM-ROM address conversion
    • 4-byte ASCII signature detection
  • Javascript API
    • CPU read/write/execute event hooking
    • Access to virtual memory
      • Variable and object binding
    • Access to cartridge memory
    • Access to general purpose and floating point registers
    • Basic socket and server support
    • Console logging & input evaluation
  • Static RDRAM allocation
    • Memory base is always 0x10000000 for programs like Cheat Engine

Discussion & support thread:

Video demos:

About

N64 Emulator

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 48.5%
  • C 45.1%
  • Java 3.6%
  • Roff 1.2%
  • Objective-C 0.5%
  • Shell 0.2%
  • Other 0.9%