diff segacd.h @ 2065:02a9846668d1 segacd

Implement transfer of data from CDC to elsewhere. Other miscellaneous CDD/CDC improvements
author Michael Pavone <pavone@retrodev.com>
date Sat, 29 Jan 2022 17:43:37 -0800
parents 7c1760b5b3e5
children a61a8a87410c
line wrap: on
line diff
--- a/segacd.h	Fri Jan 28 22:48:06 2022 -0800
+++ b/segacd.h	Sat Jan 29 17:43:37 2022 -0800
@@ -29,6 +29,7 @@
 	uint8_t         memptr_start_index;
 	lc8951          cdc;
 	cdd_mcu         cdd;
+	uint8_t         cdc_dst_low;
 } segacd_context;
 
 segacd_context *alloc_configure_segacd(system_media *media, uint32_t opts, uint8_t force_region, rom_info *info);