diff genesis.h @ 2280:9ead0fe69d9b

Implement savestate support for Sega CD
author Michael Pavone <pavone@retrodev.com>
date Sun, 08 Jan 2023 14:42:24 -0800
parents 408fb8a7e990
children f8b5142c06aa
line wrap: on
line diff
--- a/genesis.h	Sun Jan 08 14:20:43 2023 -0800
+++ b/genesis.h	Sun Jan 08 14:42:24 2023 -0800
@@ -62,6 +62,8 @@
 	uint32_t        last_flush_cycle;
 	uint32_t        soft_flush_cycles;
 	uint32_t        tmss_write_offset;
+	uint32_t        last_sync_cycle;
+	uint32_t        refresh_counter;
 	uint16_t        z80_bank_reg;
 	uint16_t        tmss_lock[2];
 	uint16_t        mapper_start_index;