summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/shared/z80bin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/shared/z80bin.h')
-rw-r--r--src/mame/shared/z80bin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/shared/z80bin.h b/src/mame/shared/z80bin.h
index 9e317e7ade3..da437498f07 100644
--- a/src/mame/shared/z80bin.h
+++ b/src/mame/shared/z80bin.h
@@ -21,6 +21,6 @@
class snapshot_image_device;
-std::error_condition z80bin_load_file(snapshot_image_device &image, address_space &space, uint16_t &exec_addr, uint16_t &start_addr, uint16_t &end_addr);
+std::pair<std::error_condition, std::string> z80bin_load_file(snapshot_image_device &image, address_space &space, uint16_t &exec_addr, uint16_t &start_addr, uint16_t &end_addr);
#endif // MAME_SHARED_Z80BIN_H