summaryrefslogtreecommitdiffstats
path: root/src/mame/machine/z80bin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/z80bin.h')
-rw-r--r--src/mame/machine/z80bin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/z80bin.h b/src/mame/machine/z80bin.h
index e1951358c5f..b47aa9fa76c 100644
--- a/src/mame/machine/z80bin.h
+++ b/src/mame/machine/z80bin.h
@@ -13,6 +13,6 @@
#ifndef __Z80_BIN__
#define __Z80_BIN__
-image_init_result z80bin_load_file(device_image_interface *image, address_space &space, const char *file_type, UINT16 *exec_addr, UINT16 *start_addr, UINT16 *end_addr );
+image_init_result z80bin_load_file(device_image_interface *image, address_space &space, const char *file_type, uint16_t *exec_addr, uint16_t *start_addr, uint16_t *end_addr );
#endif