diff z80_to_x86.h @ 819:ab017fb09e77

Added support for an IO memory map in Z80 core
author Michael Pavone <pavone@retrodev.com>
date Wed, 29 Jul 2015 00:03:36 -0700
parents 539d12fa6a4d
children 252dfd29831d
line wrap: on
line diff
--- a/z80_to_x86.h	Wed Jul 29 00:03:09 2015 -0700
+++ b/z80_to_x86.h	Wed Jul 29 00:03:36 2015 -0700
@@ -87,7 +87,7 @@
 } z80_context;
 
 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, uint32_t clock_divider);
+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 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);