--- fxemu.h.orig Mon Jan 24 16:13:54 2000 +++ fxemu.h Wed Mar 8 23:04:52 2000 @@ -39,18 +39,7 @@ #ifndef _FXEMU_H_ #define _FXEMU_H_ 1 -/* Types used by structures and code */ -#ifndef snes9x_types_defined -#define snes9x_types_defined - -typedef unsigned char uint8; -typedef unsigned short uint16; -typedef unsigned int uint32; -typedef unsigned char bool8; -typedef signed char int8; -typedef short int16; -typedef int int32; -#endif +#include "port.h" #ifndef TRUE #define TRUE 1