diff cdd_mcu.h @ 2152:c3ee42c89b27

More accurate seek times and basic emulation of extended time between CDD interrupts during coarse seeking
author Michael Pavone <pavone@retrodev.com>
date Wed, 06 Apr 2022 21:44:46 -0700
parents cd057d6fe030
children 9ead0fe69d9b
line wrap: on
line diff
--- a/cdd_mcu.h	Wed Mar 30 23:20:45 2022 -0700
+++ b/cdd_mcu.h	Wed Apr 06 21:44:46 2022 -0700
@@ -149,6 +149,7 @@
 	uint32_t      head_pba;
 	uint32_t      seek_pba;
 	uint32_t      pause_pba;
+	uint32_t      coarse_seek;
 	cdd_status    status_buffer;
 	cdd_cmd       cmd_buffer;
 	status_format requested_format;