#ifndef C64_TYPES_H #define C64_TYPES_H typedef unsigned char byte; typedef unsigned short word; typedef unsigned long dword; #endif