Skip to content

rculbertson88/Mister64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hardware Requirements

SDRAM of any size is required.

Bios

Rename your PIF ROM file (e.g. pif.ntsc.rom ) and place it in the ./games/N64/ folder as boot.rom

Video output

Only HDMI supported for now.

Error messages

If there is a recognized problem, an overlay is displayed, showing which error has occured. Errors are hex encoded by bits, so the error code can represent more than 1 error.

List of Errors:

  • Bit 0 - Memory access to unmapped area
  • Bit 1 - CPU Instruction not implemented
  • Bit 2 - CPU stall timeout
  • Bit 3 - DDR3 timeout
  • Bit 4 - FPU error
  • Bit 5 - PI error
  • Bit 6 - critical Exception occured (heuristic, typically games crash when that happens, but can be false positive)
  • Bit 7 - PIF used up all 64 bytes for external communication or EEPROM command have unusual length
  • Bit 8 - RSP Instruction not implemented
  • Bit 9 - RSP stall timeout
  • Bit 10 - RDP command not implemented
  • Bit 11 - RDP combine mode not implemented
  • Bit 12 - RDP combine alpha functionality not implemented
  • Bit 13 - SDRAM Mux timeout
  • Bit 14 - not implemented texture mode is used
  • Bit 15 - not implemented render mode (2 pass or copy) is used
  • Bit 16 - RSP read Fifo overflow
  • Bit 17 - DDR3 - RSP write Fifo overflow
  • Bit 18 - RSP IMEM/DMEM write/read address collision detected

Status

work in progress