pseultra
pseultra copied to clipboard
N64 library
The boot code should initialize RDRAM in addition to the RCP. Some partial documentation on how to do this can be found at https://github.com/mikeryan/n64dev/blob/53c2a11f822caa1c96b9bd2eabcb125e5136b37d/docs/n64.lyx. In addition to the RDRAM interface...
PSM3D should be revised to abide by vector pipeline rules and to be fast as possible.
The current implementation of the OS callback system provides only a callback and event type for scheduling events. However, it would be helpful for the introduction of data which can...