GameBoy Advance Multiboot & RPC

Dependencies:   mbed-rpc mbed

Committer:
akkera102
Date:
Tue Dec 09 08:58:06 2014 +0000
Revision:
0:147f4cedc929
GameBoy Advance Multiboot & Dumper

Who changed what in which revision?

UserRevisionLine numberNew contents of line
akkera102 0:147f4cedc929 1 #ifndef MULTIBOOT_H
akkera102 0:147f4cedc929 2 #define MULTIBOOT_H
akkera102 0:147f4cedc929 3
akkera102 0:147f4cedc929 4 #include "mbed.h"
akkera102 0:147f4cedc929 5
akkera102 0:147f4cedc929 6 uint32_t WriteSPI32(uint32_t w, char* msg);
akkera102 0:147f4cedc929 7 uint32_t WriteSPI32NoDebug(uint32_t w);
akkera102 0:147f4cedc929 8 void WaitSPI32(uint32_t w, uint32_t comp, char* msg);
akkera102 0:147f4cedc929 9
akkera102 0:147f4cedc929 10 int MultiBoot(char* filename);
akkera102 0:147f4cedc929 11
akkera102 0:147f4cedc929 12
akkera102 0:147f4cedc929 13 #endif