mirror of https://github.com/mgba-emu/mgba.git
GB IO: Add missing function declaration
This commit is contained in:
parent
67050e44dd
commit
5a23814973
|
@ -80,6 +80,8 @@ enum GBIORegisters {
|
|||
|
||||
struct GB;
|
||||
void GBIOInit(struct GB* gb);
|
||||
void GBIOReset(struct GB* gb);
|
||||
|
||||
void GBIOWrite(struct GB* gb, unsigned address, uint8_t value);
|
||||
uint8_t GBIORead(struct GB* gb, unsigned address);
|
||||
|
||||
|
|
Loading…
Reference in New Issue