From 57afb4058710a978bd7b07a368125d04378c62f1 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Tue, 11 Jul 2017 16:37:21 -0400 Subject: started tweaking with stuff --- gba/source/link.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 gba/source/link.h (limited to 'gba/source/link.h') diff --git a/gba/source/link.h b/gba/source/link.h new file mode 100644 index 0000000..f18b38a --- /dev/null +++ b/gba/source/link.h @@ -0,0 +1,12 @@ +#ifndef _LINK_H_ +#define _LINK_H_ + +#include + +void waitForWriteAccess(); +void waitForAck(); +void sendS32(s32 val); +void sendU32(u32 val); +u32 recieveU32(); + +#endif -- cgit 1.4.1