From 0ce85adad77df67b6637d2160fdeccefbfd4790d Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Thu, 22 Dec 2016 10:51:33 -0800 Subject: More cleanup in preparation for SMS/Mark III support --- ztestrun.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ztestrun.c') 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; -- cgit v1.2.3