diff options
author | Ian C <ianc@noddybox.co.uk> | 2022-12-25 08:50:46 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2022-12-25 08:50:46 +0000 |
commit | 6220948f30b0abe230ed9f93491bd7b83fba5246 (patch) | |
tree | 9b89e27b092242fb0cb85b7b436162abbb467f64 /z80_private.h | |
parent | 68dd69366900dfda159c9d2fde19f409f9756395 (diff) |
Fixed BIT documented. Still not passing undocumented.
Diffstat (limited to 'z80_private.h')
-rw-r--r-- | z80_private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/z80_private.h b/z80_private.h index b052c04..2583766 100644 --- a/z80_private.h +++ b/z80_private.h @@ -118,6 +118,7 @@ extern Z80Byte Z80_MEMORY[]; #define B3_Z80 0x08 #define B5_Z80 0x20 +#define HIDDEN_Z80 (B3_Z80|B5_Z80) #define SET(v,b) (v)|=b |