From 62fdcbc92ba3c4a71742293d75d853c95eb5f3c7 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Fri, 13 Nov 2015 22:56:59 -0800 Subject: Selecting a second game from the menu now works --- psg.h | 1 + 1 file changed, 1 insertion(+) (limited to 'psg.h') diff --git a/psg.h b/psg.h index 46c07b0..03768aa 100644 --- a/psg.h +++ b/psg.h @@ -33,6 +33,7 @@ typedef struct { void psg_init(psg_context * context, uint32_t sample_rate, uint32_t master_clock, uint32_t clock_div, uint32_t samples_frame); +void psg_free(psg_context *context); void psg_adjust_master_clock(psg_context * context, uint32_t master_clock); void psg_write(psg_context * context, uint8_t value); void psg_run(psg_context * context, uint32_t cycles); -- cgit v1.2.3