diff backend.h @ 1519:1f745318f10a

Made the NOR flash emulation a bit more flexible, but not yet flexible enough to properly support the flash chip in the MegaWiFi cart
author Michael Pavone <pavone@retrodev.com>
date Wed, 31 Jan 2018 22:05:10 -0800
parents 5d41d0574863
children 360d5bab199f
line wrap: on
line diff
--- a/backend.h	Wed Jan 31 21:59:08 2018 -0800
+++ b/backend.h	Wed Jan 31 22:05:10 2018 -0800
@@ -56,6 +56,7 @@
 #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);