X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fz80%2Fz80.h;h=0be5418ae559468c2a6192a71c3ca9d90f7a3eee;hb=01e3955c999fc30880abba9b5d1b5adb2881a691;hp=f34981ec8e2eb83433b351bd2d284cb061b4bbc2;hpb=57781964418caea528f9018cace1acb4a789d71c;p=fw%2Fsdcc diff --git a/src/z80/z80.h b/src/z80/z80.h index f34981ec..0be5418a 100644 --- a/src/z80/z80.h +++ b/src/z80/z80.h @@ -3,6 +3,8 @@ */ #include "common.h" #include "ralloc.h" +#include "gen.h" +#include "peep.h" #include "support.h" typedef enum @@ -15,6 +17,9 @@ Z80_SUB_PORT; typedef struct { Z80_SUB_PORT sub; + int calleeSavesBC; + int port_mode; + int port_back; } Z80_OPTS;