diff ztestrun.c @ 819:ab017fb09e77

Added support for an IO memory map in Z80 core
author Michael Pavone <pavone@retrodev.com>
date Wed, 29 Jul 2015 00:03:36 -0700
parents 5bf4e77b1a43
children 74cc31040521
line wrap: on
line diff
--- a/ztestrun.c	Wed Jul 29 00:03:09 2015 -0700
+++ b/ztestrun.c	Wed Jul 29 00:03:36 2015 -0700
@@ -75,7 +75,7 @@
 		exit(1);
 	}
 	fclose(f);
-	init_z80_opts(&opts, z80_map, 2, 1);
+	init_z80_opts(&opts, z80_map, 2, NULL, 0, 1);
 	init_z80_context(&context, &opts);
 	//Z80 RAM
 	context.mem_pointers[0] = z80_ram;