diff segacd.h @ 2148:2da377ea932f

Initial stab at CDC DMA cycle stealing and sub CPU refresh delays
author Michael Pavone <pavone@retrodev.com>
date Sat, 26 Mar 2022 20:14:41 -0700
parents 9caebcfeac72
children 4fbe1e7c4a73
line wrap: on
line diff
--- a/segacd.h	Sat Mar 26 20:10:51 2022 -0700
+++ b/segacd.h	Sat Mar 26 20:14:41 2022 -0700
@@ -20,6 +20,7 @@
 	uint32_t        int2_cycle;
 	uint32_t        graphics_int_cycle;
 	uint32_t        periph_reset_cycle;
+	uint32_t        last_refresh_cycle;
 	uint32_t        graphics_cycle;
 	uint32_t        base;
 	uint32_t        graphics_x;