diff segacd.h @ 2080:bafb757e1cd2

Implement CD audio
author Michael Pavone <pavone@retrodev.com>
date Wed, 02 Feb 2022 01:10:07 -0800
parents 8e51c0c3f2e3
children cfd53c94fffb
line wrap: on
line diff
--- a/segacd.h	Tue Feb 01 01:14:27 2022 -0800
+++ b/segacd.h	Wed Feb 02 01:10:07 2022 -0800
@@ -2,7 +2,6 @@
 #define SEGACD_H_
 #include <stdint.h>
 #include "genesis.h"
-#include "lc8951.h"
 #include "cdd_mcu.h"
 
 typedef struct {
@@ -37,6 +36,7 @@
 	uint8_t         memptr_start_index;
 	lc8951          cdc;
 	cdd_mcu         cdd;
+	cdd_fader       fader;
 	uint8_t         cdc_dst_low;
 	uint8_t         cdc_int_ack;
 	uint8_t         graphics_step;