blob: d0528bb83ab92bd77a18776f0835452a86ffeee3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
|