For gbdk-2.94
[fw/sdcc] / src / z80 / z80.h
index 5fa505f26af2bb073a7f8b7a1b1a51aba95ce2ec..288d91a42ea404a53995cf028a02138890dcc0c0 100644 (file)
@@ -3,6 +3,7 @@
 */
 #include "common.h"
 #include "ralloc.h"
+#include "support.h"
 
 typedef enum {
     SUB_Z80,
@@ -16,4 +17,5 @@ typedef struct {
 extern Z80_OPTS z80_opts;
 
 #define IS_GB  (z80_opts.sub == SUB_GBZ80)
+#define IS_Z80 (z80_opts.sub == SUB_Z80)