summaryrefslogtreecommitdiff
path: root/ztestrun.c
diff options
context:
space:
mode:
Diffstat (limited to 'ztestrun.c')
-rw-r--r--ztestrun.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ztestrun.c b/ztestrun.c
index e7b28d2..9147464 100644
--- a/ztestrun.c
+++ b/ztestrun.c
@@ -89,7 +89,7 @@ int main(int argc, char ** argv)
exit(1);
}
fclose(f);
- init_z80_opts(&opts, z80_map, 2, port_map, 1, 1);
+ init_z80_opts(&opts, z80_map, 2, port_map, 1, 1, 0xFF);
init_z80_context(&context, &opts);
//Z80 RAM
context.mem_pointers[0] = z80_ram;