diff options
author | Ian C <ianc@noddybox.co.uk> | 2006-09-04 00:19:24 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2006-09-04 00:19:24 +0000 |
commit | cd09405e93abdb52507bd27e1ad4fa68b42b2c6b (patch) | |
tree | 15f7b2dd4ee45dd11f2739a9f680cdd12f4e0275 /z80_private.h | |
parent | 324d0e882a41b3ebcd231790d45fc03f285a7a8b (diff) |
ALU8 and ALU16 now validate against ZEXDOC.
Diffstat (limited to 'z80_private.h')
-rw-r--r-- | z80_private.h | 3 |
1 files changed, 3 insertions, 0 deletions
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; |