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