nes-mm5-demo/include/type.h

7 lines
118 B
C
Raw Normal View History

2022-02-03 20:12:13 +00:00
#ifndef _TYPE_H_
#define _TYPE_H_
typedef unsigned char uint8_t;
typedef unsigned short uint16_t;
#endif // _TYPE_H_