diff backend.h @ 604:39d7d463ed5b

Get Z80 banked access sort of working again
author Michael Pavone <pavone@retrodev.com>
date Fri, 26 Dec 2014 19:37:59 -0800
parents f0061e3d2ad9
children 9d6fed6501ba
line wrap: on
line diff
--- a/backend.h	Fri Dec 26 19:36:41 2014 -0800
+++ b/backend.h	Fri Dec 26 19:37:59 2014 -0800
@@ -79,7 +79,7 @@
 #define MMAP_ONLY_ODD  0x10
 #define MMAP_ONLY_EVEN 0x20
 #define MMAP_FUNC_NULL 0x40
-#define MMAP_CUSTOM    0x80
+#define MMAP_BYTESWAP  0x80
 
 typedef uint16_t (*read_16_fun)(uint32_t address, void * context);
 typedef uint8_t (*read_8_fun)(uint32_t address, void * context);