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 c3e0c76..7b255f1 100644
--- a/backend.h
+++ b/backend.h
@@ -89,6 +89,7 @@ typedef struct {
uint32_t address_mask;
uint32_t max_address;
uint32_t bus_cycles;
+ uint32_t clock_divider;
int32_t mem_ptr_off;
int32_t ram_flags_off;
uint8_t ram_flags_shift;