diff z80_to_x86.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 ab017fb09e77
children 1eb616b8cbe9
line wrap: on
line diff
--- a/z80_to_x86.h	Fri Nov 13 19:15:37 2015 -0800
+++ b/z80_to_x86.h	Fri Nov 13 22:56:59 2015 -0800
@@ -88,6 +88,7 @@
 
 void translate_z80_stream(z80_context * context, uint32_t address);
 void init_z80_opts(z80_options * options, memmap_chunk const * chunks, uint32_t num_chunks, memmap_chunk const * io_chunks, uint32_t num_io_chunks, uint32_t clock_divider);
+void z80_options_free(z80_options *opts);
 void init_z80_context(z80_context * context, z80_options * options);
 code_ptr z80_get_native_address(z80_context * context, uint32_t address);
 code_ptr z80_get_native_address_trans(z80_context * context, uint32_t address);