1 /** @file z80/support.h
2 Support functions for the z80 port.
4 #ifndef Z80_SUPPORT_INCLUDE
5 #define Z80_SUPPORT_INCLUDE
7 typedef unsigned short WORD;
8 typedef unsigned char BYTE;
17 /** Convert a native float into 'z80' format */
18 int convertFloat (Z80_FLOAT * f, double native);