diff options
author | yenatch <yenatch@gmail.com> | 2017-09-20 23:37:59 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-20 23:37:59 -0400 |
commit | ed9e0e20547e2c96833cddea67c6b423ef7af7ef (patch) | |
tree | e9666a04c3fd57eedd27a341a94fcf57150fd822 /include/gpu_regs.h | |
parent | 40c1e81d03f4e4fc21675564ca5b879a577a399e (diff) | |
parent | 27903a102b3b99da6fb8f0a18957598bff65b428 (diff) |
Merge pull request #37 from PikalaxALT/berry_fix_program
Berry fix program
Diffstat (limited to 'include/gpu_regs.h')
-rw-r--r-- | include/gpu_regs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/gpu_regs.h b/include/gpu_regs.h index 28b97fb6e..1039b618f 100644 --- a/include/gpu_regs.h +++ b/include/gpu_regs.h @@ -1,6 +1,3 @@ -// -// Created by scott on 9/15/2017. -// #ifndef GUARD_GPU_REGS_H #define GUARD_GPU_REGS_H @@ -10,6 +7,9 @@ // Exported RAM declarations // Exported ROM declarations +void DisableInterrupts(u16); +void EnableInterrupts(u16); +void SetGpuReg(u8, u16); void ClearGpuRegBits(u8 regOffset, u16 mask); #endif //GUARD_GPU_REGS_H |