Language…
8 users online: Batata Douce, DanMario24YT, dotCoockie, kurtistrydiz, mathew, MegacesarCG, monkey03297, TheOrangeToad - Guests: 283 - Bots: 334
Users: 64,795 (2,378 active)
Latest user: mathew

SM64 Memory Map

Displaying 1 out of 1 addresses.

View: moderated | waiting (9)

Filter

Link
  • Pages:
  • 1
RAM Address Length Type Context Description Details
$80322F70 380 bytes Routine Global void osCreateViManager(OSPri pri);

The VI manager is a system thread that must be created and invoked at the beginning of the application. To do this, call osCreateViManager() for the VI manager to allow vertical retrace interrupt to occur at an early stage. Usually, this priority should be set to OS_PRIORITY_VIMGR. The VI manager is designed to service both the VI interrupt (OS_EVENT_VI) and CPU counter interrupt(OS_EVENT_COUNTER) in the most efficient manner. Each interrupting event can be performed using osViSetEvent or osSetTimer.

Return Values:
None.
  • Pages:
  • 1