diff options
author | Michael Pavone <pavone@retrodev.com> | 2015-05-05 08:42:27 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2015-05-05 08:42:27 -0700 |
commit | 89ca3bce585f06927569ed1f18ad433d33e320e9 (patch) | |
tree | ec68c579ea7e1d688812d481e74fc05b19230eb3 /blastem.h | |
parent | d9ede1d212bee27df782abffdc1817203358f621 (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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |