diff genesis.h @ 2431:61c0bfe10887

Somewhat busted support for Pico ADPCM
author Michael Pavone <pavone@retrodev.com>
date Tue, 06 Feb 2024 21:47:11 -0800
parents da3dc881d3f0
children cb62730d5c99
line wrap: on
line diff
--- a/genesis.h	Tue Feb 06 06:34:49 2024 -0800
+++ b/genesis.h	Tue Feb 06 21:47:11 2024 -0800
@@ -17,6 +17,7 @@
 #include "ym2612.h"
 #include "vdp.h"
 #include "psg.h"
+#include "pico_pcm.h"
 #include "io.h"
 #include "romdb.h"
 #include "arena.h"
@@ -31,6 +32,7 @@
 	vdp_context     *vdp;
 	ym2612_context  *ym;
 	psg_context     *psg;
+	pico_pcm        *adpcm;
 	uint16_t        *cart;
 	uint16_t        *lock_on;
 	uint16_t        *work_ram;