1 /*****************************************************************************/
2 /* host dependent types                                                      */
3 
4 /*#define BIGCASE*/
5 
6 #include "osd_cpu.h"
7 
8 typedef UINT8 BOOLEAN;
9 
10 typedef UINT8 BYTE;
11 typedef UINT16 WORD;
12 typedef UINT32 DWORD;
13