diff z80_to_x86.h @ 659:759c38bf97f8

Minor Z80 core cleanup
author Michael Pavone <pavone@retrodev.com>
date Thu, 01 Jan 2015 20:26:22 -0800
parents f822d9216968
children e7cae6d9aaa6
line wrap: on
line diff
--- a/z80_to_x86.h	Thu Jan 01 20:21:20 2015 -0800
+++ b/z80_to_x86.h	Thu Jan 01 20:26:22 2015 -0800
@@ -84,7 +84,7 @@
 } z80_context;
 
 void translate_z80_stream(z80_context * context, uint32_t address);
-void init_x86_z80_opts(z80_options * options, memmap_chunk const * chunks, uint32_t num_chunks);
+void init_z80_opts(z80_options * options, memmap_chunk const * chunks, uint32_t num_chunks);
 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);