diff cdd_mcu.h @ 2095:c732dcc9c61b

Better simulation of CDD pause behavior
author Michael Pavone <pavone@retrodev.com>
date Mon, 07 Feb 2022 21:31:58 -0800
parents 0db3af42dd72
children cd057d6fe030
line wrap: on
line diff
--- a/cdd_mcu.h	Mon Feb 07 21:25:56 2022 -0800
+++ b/cdd_mcu.h	Mon Feb 07 21:31:58 2022 -0800
@@ -144,6 +144,7 @@
 	int           current_sector_byte;
 	uint32_t      head_pba;
 	uint32_t      seek_pba;
+	uint32_t      pause_pba;
 	cdd_status    status_buffer;
 	cdd_cmd       cmd_buffer;
 	status_format requested_format;