summaryrefslogtreecommitdiff
path: root/include/gpu_regs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gpu_regs.h')
-rw-r--r--include/gpu_regs.h6
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