BizHawk/waterbox/o2em/types.h

8 lines
102 B
C
Raw Normal View History

2017-06-18 14:29:03 +00:00
#pragma once
#include <stdint.h>
typedef uint8_t Byte;
typedef uint16_t ADDRESS;
#define MAXC 1024