* device/lib/Makefile.in: remove abspath for PORTDIR, introduced in
[fw/sdcc] / src / z80 / z80.h
index 020dbafb918cc4170f05aeb3d5bbcec176391c73..0be5418ae559468c2a6192a71c3ca9d90f7a3eee 100644 (file)
@@ -3,6 +3,8 @@
 */
 #include "common.h"
 #include "ralloc.h"
+#include "gen.h"
+#include "peep.h"
 #include "support.h"
 
 typedef enum
@@ -16,6 +18,8 @@ typedef struct
   {
     Z80_SUB_PORT sub;
     int calleeSavesBC;
+    int port_mode;
+    int port_back;
   }
 Z80_OPTS;