summaryrefslogtreecommitdiff
path: root/z80_to_x86.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2015-01-01 20:26:22 -0800
committerMichael Pavone <pavone@retrodev.com>2015-01-01 20:26:22 -0800
commitd41ae43228509a1a67446492b844013cf1e68c36 (patch)
treed944a6076ee2030915a57c28fbd2f3cce060e0d5 /z80_to_x86.h
parent983a2089cf49d0f6995fb30ca2327d239f21ebb4 (diff)
Minor Z80 core cleanup
Diffstat (limited to 'z80_to_x86.h')
-rw-r--r--z80_to_x86.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/z80_to_x86.h b/z80_to_x86.h
index 71d6f10..0c035c6 100644
--- a/z80_to_x86.h
+++ b/z80_to_x86.h
@@ -84,7 +84,7 @@ typedef struct {
} 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);