begin work on the NAND thing

This commit is contained in:
Arisotura
2021-04-14 19:26:58 +02:00
parent 77a0d83de7
commit 109fc776da
3 changed files with 99 additions and 25 deletions

View File

@ -82,7 +82,7 @@ enum
IRQ_IPCSync,
IRQ_IPCSendDone,
IRQ_IPCRecv,
IRQ_CartSendDone, // TODO: less misleading name
IRQ_CartXferDone,
IRQ_CartIREQMC, // IRQ triggered by game cart (example: Pokémon Typing Adventure, BT controller)
IRQ_GXFIFO,
IRQ_LidOpen,