all repos — mgba @ 5a23814973225c02c4e2eff79623e55e6c98904b

mGBA Game Boy Advance Emulator

GB IO: Add missing function declaration
Jeffrey Pfau jeffrey@endrift.com
Sun, 17 Jan 2016 14:53:34 -0800
commit

5a23814973225c02c4e2eff79623e55e6c98904b

parent

67050e44dd98b358655e5813a54b4b40a6a81893

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M src/gb/io.hsrc/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);