gpu_regs.c

This commit is contained in:
YamaArashi
2016-01-08 01:08:16 -08:00
parent 4e95a13295
commit b4781cdf03
11 changed files with 366 additions and 497 deletions

View File

@@ -1,3 +1,6 @@
#ifndef GUARD_GLOBAL_H
#define GUARD_GLOBAL_H
typedef unsigned char u8;
typedef unsigned short u16;
typedef unsigned int u32;
@@ -30,3 +33,5 @@ typedef u32 bool32;
#define CPU_SET_32BIT (1 << 26)
extern void CpuSet(void *src, void *dest, u32 controlData);
#endif // GUARD_GLOBAL_H