GB IO: Add missing function declaration
Jeffrey Pfau jeffrey@endrift.com
Sun, 17 Jan 2016 14:53:34 -0800
1 files changed,
2 insertions(+),
0 deletions(-)
jump to
M
src/gb/io.h
→
src/gb/io.h
@@ -80,6 +80,8 @@ };
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);