summaryrefslogtreecommitdiff
path: root/blastem.h
diff options
context:
space:
mode:
Diffstat (limited to 'blastem.h')
-rw-r--r--blastem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/blastem.h b/blastem.h
index 6f8786f..ff05a69 100644
--- a/blastem.h
+++ b/blastem.h
@@ -34,6 +34,7 @@ typedef struct {
uint32_t normal_clock; //Normal master clock (used to restore master clock after turbo mode)
uint8_t bank_regs[8];
io_port ports[3];
+ uint8_t bus_busy;
} genesis_context;
extern genesis_context * genesis;