summaryrefslogtreecommitdiff
path: root/blastem.h
diff options
context:
space:
mode:
authorMike Pavone <pavone@retrodev.com>2013-05-23 23:42:42 -0700
committerMike Pavone <pavone@retrodev.com>2013-05-23 23:42:42 -0700
commit9e33979cee499191c05fa63262327f7f17a70305 (patch)
tree771a02d03f4a9b82b5a5ebe94b3df8cd12d6bba3 /blastem.h
parentcd89c2bf86b59b7685c3ed92c613a14eb4240f84 (diff)
Initial PSG support. Mostly works, noise channel is borked though.
Diffstat (limited to 'blastem.h')
-rw-r--r--blastem.h2
1 files changed, 2 insertions, 0 deletions
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;