add BMI commands and other shit

This commit is contained in:
Arisotura
2019-07-24 21:13:08 +02:00
parent 06716794a1
commit 0918da7b00
2 changed files with 79 additions and 12 deletions

View File

@ -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)
{