diff blastem.h @ 696:0b2242bbc84a

Added config option to allow specifying a max sync cycle smaller than the end of frame
author Michael Pavone <pavone@retrodev.com>
date Tue, 05 May 2015 08:42:27 -0700
parents 5439ae7946ca
children 8aa9aacefe12
line wrap: on
line diff
--- a/blastem.h	Mon May 04 08:48:10 2015 -0700
+++ b/blastem.h	Tue May 05 08:42:27 2015 -0700
@@ -30,6 +30,8 @@
 	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;