From cd09405e93abdb52507bd27e1ad4fa68b42b2c6b Mon Sep 17 00:00:00 2001 From: Ian C Date: Mon, 4 Sep 2006 00:19:24 +0000 Subject: ALU8 and ALU16 now validate against ZEXDOC. --- z80_private.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'z80_private.h') diff --git a/z80_private.h b/z80_private.h index 2797a8a..7a23d36 100644 --- a/z80_private.h +++ b/z80_private.h @@ -42,6 +42,9 @@ /* ---------------------------------------- TYPES */ + +typedef signed short sword; + typedef union { Z80Word w; -- cgit v1.2.3