diff blastem.h @ 354:15dd6418fe67

Initial PSG support. Mostly works, noise channel is borked though.
author Mike Pavone <pavone@retrodev.com>
date Thu, 23 May 2013 23:42:42 -0700
parents 2f264d2a60c2
children c26e48a93fa3
line wrap: on
line diff
--- a/blastem.h	Wed May 22 09:37:02 2013 -0700
+++ b/blastem.h	Thu May 23 23:42:42 2013 -0700
@@ -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 @@
 	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;