diff backend.h @ 592:4ff7bbb3943b

Get rest of emulator compiling again with Z80 core enabled
author Michael Pavone <pavone@retrodev.com>
date Wed, 17 Dec 2014 23:03:19 -0800
parents ea80559c67cb
children 5ef3fe516da9
line wrap: on
line diff
--- a/backend.h	Wed Dec 17 09:53:51 2014 -0800
+++ b/backend.h	Wed Dec 17 23:03:19 2014 -0800
@@ -79,6 +79,7 @@
 #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);