$NetBSD: patch-ao,v 1.1.1.1 2005/09/08 10:22:25 leonardschmidt Exp $ --- fxemu.h.orig 2004-12-30 22:15:45.000000000 +0000 +++ fxemu.h @@ -89,18 +89,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