From 0ce85adad77df67b6637d2160fdeccefbfd4790d Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Thu, 22 Dec 2016 10:51:33 -0800 Subject: More cleanup in preparation for SMS/Mark III support --- z80_to_x86.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'z80_to_x86.h') diff --git a/z80_to_x86.h b/z80_to_x86.h index fc772dd..c501ba2 100644 --- a/z80_to_x86.h +++ b/z80_to_x86.h @@ -88,7 +88,7 @@ typedef struct { } 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, memmap_chunk const * io_chunks, uint32_t num_io_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, uint32_t io_address_mask); 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); -- cgit v1.2.3