diff options
author | Michael Pavone <pavone@retrodev.com> | 2014-12-17 23:03:19 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2014-12-17 23:03:19 -0800 |
commit | 4cad512b6d7ac0f7042b90e1029626fb14788bf0 (patch) | |
tree | 5d8d24324bee0ca18a6cfa12a92ef279719f24cf /backend.h | |
parent | 9dc3feb135af0a8853798bd79cff754cd86dbd0f (diff) |
Get rest of emulator compiling again with Z80 core enabled
Diffstat (limited to 'backend.h')
-rw-r--r-- | backend.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -79,6 +79,7 @@ typedef struct { #define MMAP_ONLY_ODD 0x10 #define MMAP_ONLY_EVEN 0x20 #define MMAP_FUNC_NULL 0x40 +#define MMAP_CUSTOM 0x80 typedef uint16_t (*read_16_fun)(uint32_t address, void * context); typedef uint8_t (*read_8_fun)(uint32_t address, void * context); |