From 9e33979cee499191c05fa63262327f7f17a70305 Mon Sep 17 00:00:00 2001 From: Mike Pavone Date: Thu, 23 May 2013 23:42:42 -0700 Subject: Initial PSG support. Mostly works, noise channel is borked though. --- blastem.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'blastem.h') diff --git a/blastem.h b/blastem.h index 7a4f707..351ad9f 100644 --- a/blastem.h +++ b/blastem.h @@ -6,6 +6,7 @@ #include "z80_to_x86.h" #include "ym2612.h" #include "vdp.h" +#include "psg.h" typedef struct { uint32_t th_counter; @@ -24,6 +25,7 @@ typedef struct { z80_context *z80; vdp_context *vdp; ym2612_context *ym; + psg_context *psg; uint8_t *save_ram; uint32_t save_ram_mask; uint32_t save_flags; -- cgit v1.2.3