diff psg.h @ 884:252dfd29831d

Selecting a second game from the menu now works
author Michael Pavone <pavone@retrodev.com>
date Fri, 13 Nov 2015 22:56:59 -0800
parents 9a5dc22297f2
children bd549b25c362
line wrap: on
line diff
--- a/psg.h	Fri Nov 13 19:15:37 2015 -0800
+++ b/psg.h	Fri Nov 13 22:56:59 2015 -0800
@@ -33,6 +33,7 @@
 
 
 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);