summaryrefslogtreecommitdiff
path: root/z80_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'z80_private.h')
-rw-r--r--z80_private.h3
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;