diff ztestrun.c @ 1116:fe8c79f82c22

More cleanup in preparation for SMS/Mark III support
author Michael Pavone <pavone@retrodev.com>
date Thu, 22 Dec 2016 10:51:33 -0800
parents 56713dac6a69
children 8f14767661fa
line wrap: on
line diff
--- a/ztestrun.c	Mon Dec 19 14:16:59 2016 -0800
+++ b/ztestrun.c	Thu Dec 22 10:51:33 2016 -0800
@@ -89,7 +89,7 @@
 		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;