summaryrefslogtreecommitdiff
path: root/backend.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2018-01-31 22:05:10 -0800
committerMichael Pavone <pavone@retrodev.com>2018-01-31 22:05:10 -0800
commitc2653ab569c2a0139089db6586f1213884b03b2c (patch)
tree256e5c28b18ebc394c19cff6bc2768259b8f7379 /backend.h
parentaeb32eebf529a82a624f2c88f51a7706aad0bcc5 (diff)
Made the NOR flash emulation a bit more flexible, but not yet flexible enough to properly support the flash chip in the MegaWiFi cart
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 b82f5a1..c55b143 100644
--- a/backend.h
+++ b/backend.h
@@ -56,6 +56,7 @@ typedef enum {
#define MMAP_FUNC_NULL 0x40
#define MMAP_BYTESWAP 0x80
#define MMAP_AUX_BUFF 0x100
+#define MMAP_READ_CODE 0x200
typedef uint16_t (*read_16_fun)(uint32_t address, void * context);
typedef uint8_t (*read_8_fun)(uint32_t address, void * context);