diff vdp.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 8f5339961903
children 913a6336ce20
line wrap: on
line diff
--- a/vdp.h	Fri Nov 13 19:15:37 2015 -0800
+++ b/vdp.h	Fri Nov 13 22:56:59 2015 -0800
@@ -176,6 +176,7 @@
 } vdp_context;
 
 void init_vdp_context(vdp_context * context, uint8_t region_pal);
+void vdp_free(vdp_context *context);
 void vdp_run_context(vdp_context * context, uint32_t target_cycles);
 //runs from current cycle count to VBLANK for the current mode, returns ending cycle count
 uint32_t vdp_run_to_vblank(vdp_context * context);