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