summaryrefslogtreecommitdiff
path: root/backend.h
diff options
context:
space:
mode:
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 58f8a47..18c3752 100644
--- a/backend.h
+++ b/backend.h
@@ -62,6 +62,7 @@ typedef struct {
uint32_t bus_cycles;
int32_t mem_ptr_off;
int32_t ram_flags_off;
+ uint8_t ram_flags_shift;
uint8_t address_size;
uint8_t byte_swap;
uint8_t context_reg;