mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 07:10:00 -06:00
add BMI commands and other shit
This commit is contained in:
@ -52,8 +52,8 @@ private:
|
||||
|
||||
void BMI_Command();
|
||||
|
||||
void WindowRead();
|
||||
void WindowWrite();
|
||||
u32 WindowRead(u32 addr);
|
||||
void WindowWrite(u32 addr, u32 val);
|
||||
|
||||
u32 MB_Read32(int n)
|
||||
{
|
||||
|
Reference in New Issue
Block a user