blob: 28b97fb6e9cc9ce92a8f8ff332eff562d932ca3a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
//
// Created by scott on 9/15/2017.
//
#ifndef GUARD_GPU_REGS_H
#define GUARD_GPU_REGS_H
// Exported type declarations
// Exported RAM declarations
// Exported ROM declarations
void ClearGpuRegBits(u8 regOffset, u16 mask);
#endif //GUARD_GPU_REGS_H
|