Prepare SPU and IO Ports related code

This commit is contained in:
2022-08-31 15:18:30 +02:00
parent bb37343ba7
commit ba095f2064
6 changed files with 171 additions and 1 deletions

View File

@@ -14,4 +14,8 @@
#define __constexpr
#endif
//uint<real bits>_<used bits>b;
typedef uint8_t uint8_5b;
typedef uint8_t uint8_2b;
#endif //!__JABYENGINE_DEFINES__H