summaryrefslogtreecommitdiffstats
path: root/src/mame/machine/z80bin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/z80bin.cpp')
-rw-r--r--src/mame/machine/z80bin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/z80bin.cpp b/src/mame/machine/z80bin.cpp
index 5a683273881..6fcf9998a36 100644
--- a/src/mame/machine/z80bin.cpp
+++ b/src/mame/machine/z80bin.cpp
@@ -8,7 +8,7 @@
memory
-------------------------------------------------*/
-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 )
+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)
{
int ch;
uint16_t args[3];