diff system.h @ 2080:bafb757e1cd2

Implement CD audio
author Michael Pavone <pavone@retrodev.com>
date Wed, 02 Feb 2022 01:10:07 -0800
parents 3f29e2726522
children 0db3af42dd72
line wrap: on
line diff
--- a/system.h	Tue Feb 01 01:14:27 2022 -0800
+++ b/system.h	Wed Feb 02 01:10:07 2022 -0800
@@ -98,7 +98,7 @@
 	track_type type;
 } track_info;
 
-typedef void (*seek_fun)(system_media *media, uint32_t sector);
+typedef uint8_t (*seek_fun)(system_media *media, uint32_t sector);
 typedef uint8_t (*read_fun)(system_media *media, uint32_t offset);
 
 struct system_media {