Start decomp

This commit is contained in:
PikalaxALT
2017-09-18 08:52:57 -04:00
committed by scnorton
parent 74bda5b680
commit 8604291b0f
8 changed files with 163 additions and 250 deletions

13
include/gpu_regs.h Normal file
View File

@@ -0,0 +1,13 @@
#ifndef GUARD_gpu_regs_H
#define GUARD_gpu_regs_H
// Exported type declarations
// Exported RAM declarations
// Exported ROM declarations
void DisableInterrupts(u16);
void EnableInterrupts(u16);
void SetGpuReg(u8, u16);
#endif //GUARD_gpu_regs_H