mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 14:19:55 -06:00
implement some obscure DMA types
This commit is contained in:
@ -45,10 +45,14 @@ public:
|
||||
u16* GetBGExtPal(u32 slot, u32 pal);
|
||||
u16* GetOBJExtPal(u32 pal);
|
||||
|
||||
void FIFODMA(u32 addr);
|
||||
|
||||
private:
|
||||
u32 Num;
|
||||
u32* Framebuffer;
|
||||
|
||||
u16 DispFIFOBuffer[256];
|
||||
|
||||
u32 DispCnt;
|
||||
u16 BGCnt[4];
|
||||
|
||||
|
Reference in New Issue
Block a user