well, GX FIFO base. noting that for now, it doesn't do much beyond getting full real quick.

also make ROM loading fail gracefully if it shits itself, instead of entering an endless loop.
This commit is contained in:
StapleButter
2017-02-07 23:31:21 +01:00
parent 2b7fac05c7
commit 971e7b7e89
7 changed files with 218 additions and 20 deletions

View File

@ -40,7 +40,7 @@ bool Init();
void DeInit();
void Reset();
void LoadROM(char* path);
bool LoadROM(char* path);
void WriteROMCnt(u32 val);
u32 ReadROMData();