diff segacd.h @ 2081:cfd53c94fffb

Initial stab at RF5C164 emulation
author Michael Pavone <pavone@retrodev.com>
date Thu, 03 Feb 2022 23:15:42 -0800
parents bafb757e1cd2
children ff32a90260c9
line wrap: on
line diff
--- a/segacd.h	Wed Feb 02 01:10:07 2022 -0800
+++ b/segacd.h	Thu Feb 03 23:15:42 2022 -0800
@@ -3,6 +3,7 @@
 #include <stdint.h>
 #include "genesis.h"
 #include "cdd_mcu.h"
+#include "rf5c164.h"
 
 typedef struct {
 	m68k_context    *m68k;
@@ -34,6 +35,7 @@
 	uint8_t         reset;
 	uint8_t         need_reset;
 	uint8_t         memptr_start_index;
+	rf5c164         pcm;
 	lc8951          cdc;
 	cdd_mcu         cdd;
 	cdd_fader       fader;