DragonMinded / libdragon

Open source library for N64 development.
https://libdragon.dev
The Unlicense
704 stars 102 forks source link

Setup handler callbacks for most BB interrupts #568

Closed Thar0 closed 3 months ago

Thar0 commented 3 months ago

Some interrupt causes are still unhandled since it's still unclear to me how they should be acknowledged.

rasky commented 3 months ago

Should we maybe keep the “BB” prefix convention for these symbols that are mixed with N64 ones? For instance register_BB_FLASH_handler

Thar0 commented 3 months ago

Added prefixes

rasky commented 3 months ago

You need a rebase here; this conflicts with another PR we merged where we moved all docs to header files

Thar0 commented 3 months ago

I'm not sure there is a conflict? My branch was based on dc3b17f9ccf6058d3a516685bd31eaf44d399b86 which already incorporates ff7420adf2d92b51d42867e2e625d0accbd07901