diff blastem.c @ 659:759c38bf97f8

Minor Z80 core cleanup
author Michael Pavone <pavone@retrodev.com>
date Thu, 01 Jan 2015 20:26:22 -0800
parents f822d9216968
children e7cae6d9aaa6
line wrap: on
line diff
--- a/blastem.c	Thu Jan 01 20:21:20 2015 -0800
+++ b/blastem.c	Thu Jan 01 20:26:22 2015 -0800
@@ -1352,7 +1352,7 @@
 	z80_context z_context;
 #ifndef NO_Z80
 	z80_options z_opts;
-	init_x86_z80_opts(&z_opts, z80_map, 5);
+	init_z80_opts(&z_opts, z80_map, 5);
 	init_z80_context(&z_context, &z_opts);
 #endif