* GXFIFO DMA (note: Mario Slam Basketball keeps overflowing the FIFO for whatever reason, probably lack of proper DMA timings)

* start implementing matrix shit
This commit is contained in:
StapleButter
2017-02-08 21:30:10 +01:00
parent 796dc58f71
commit 49fd4ccb45
6 changed files with 436 additions and 16 deletions

View File

@ -28,6 +28,7 @@ void Reset();
void Run(s32 cycles);
void CheckFIFOIRQ();
void CheckFIFODMA();
u8 Read8(u32 addr);
u16 Read16(u32 addr);