void apuUpload(const u8 *src, u16 spcAddr, u16 size)
Upload a memory block into APU RAM via the IPL protocol.
void apuExecute(u16 spcAddr)
End the upload session and start APU execution.
void apuReset(void)
Hot-swap: return a cooperating APU program to the IPL ROM.
void apuWaitBoot(void)
Block until the IPL ROM signals readiness ($AA/$BB).
unsigned short u16
16-bit unsigned integer (0 to 65535)
Definition types.h:53
unsigned char u8
8-bit unsigned integer (0 to 255)
Definition types.h:47