summaryrefslogtreecommitdiff
path: root/blastem.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2015-05-05 08:42:27 -0700
committerMichael Pavone <pavone@retrodev.com>2015-05-05 08:42:27 -0700
commit89ca3bce585f06927569ed1f18ad433d33e320e9 (patch)
treeec68c579ea7e1d688812d481e74fc05b19230eb3 /blastem.h
parentd9ede1d212bee27df782abffdc1817203358f621 (diff)
Added config option to allow specifying a max sync cycle smaller than the end of frame
Diffstat (limited to 'blastem.h')
-rw-r--r--blastem.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/blastem.h b/blastem.h
index cd75b64..680fc73 100644
--- a/blastem.h
+++ b/blastem.h
@@ -30,6 +30,8 @@ typedef struct {
uint32_t save_flags;
uint32_t master_clock; //Current master clock value
uint32_t normal_clock; //Normal master clock (used to restore master clock after turbo mode)
+ uint32_t frame_end;
+ uint32_t max_cycles;
uint8_t bank_regs[8];
io_port ports[3];
uint8_t bus_busy;