diff blastem.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 1f3ddeaacaee
children 0433fdd9ba66
line wrap: on
line diff
--- a/blastem.c	Wed Jul 29 00:03:09 2015 -0700
+++ b/blastem.c	Wed Jul 29 00:03:36 2015 -0700
@@ -1037,7 +1037,7 @@
 	z80_context z_context;
 #ifndef NO_Z80
 	z80_options z_opts;
-	init_z80_opts(&z_opts, z80_map, 5, MCLKS_PER_Z80);
+	init_z80_opts(&z_opts, z80_map, 5, NULL, 0, MCLKS_PER_Z80);
 	init_z80_context(&z_context, &z_opts);
 	z80_assert_reset(&z_context, 0);
 #endif