diff segacd.h @ 2066:a61a8a87410c segacd

Fix a bunch of CDC/CDD related mcd-verificator failures
author Michael Pavone <pavone@retrodev.com>
date Sun, 30 Jan 2022 00:21:58 -0800
parents 02a9846668d1
children 8e51c0c3f2e3
line wrap: on
line diff
--- a/segacd.h	Sat Jan 29 17:43:37 2022 -0800
+++ b/segacd.h	Sun Jan 30 00:21:58 2022 -0800
@@ -30,6 +30,7 @@
 	lc8951          cdc;
 	cdd_mcu         cdd;
 	uint8_t         cdc_dst_low;
+	uint8_t         cdc_int_ack;
 } segacd_context;
 
 segacd_context *alloc_configure_segacd(system_media *media, uint32_t opts, uint8_t force_region, rom_info *info);