summaryrefslogtreecommitdiff
path: root/backend.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2014-12-17 23:03:19 -0800
committerMichael Pavone <pavone@retrodev.com>2014-12-17 23:03:19 -0800
commit4cad512b6d7ac0f7042b90e1029626fb14788bf0 (patch)
tree5d8d24324bee0ca18a6cfa12a92ef279719f24cf /backend.h
parent9dc3feb135af0a8853798bd79cff754cd86dbd0f (diff)
Get rest of emulator compiling again with Z80 core enabled
Diffstat (limited to 'backend.h')
-rw-r--r--backend.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend.h b/backend.h
index 97e2ae4..a228d13 100644
--- a/backend.h
+++ b/backend.h
@@ -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);