BizHawk/BizHawk.Emulation.Cores/CPUs/MOS 6502X/MOS6502XNative/ints.h

9 lines
133 B
C

#ifndef INTS_H
#define INTS_H
typedef unsigned char byte;
typedef unsigned short ushort;
typedef signed char sbyte;
#endif