diff options
author | Michael Pavone <pavone@retrodev.com> | 2015-01-01 20:26:22 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2015-01-01 20:26:22 -0800 |
commit | d41ae43228509a1a67446492b844013cf1e68c36 (patch) | |
tree | d944a6076ee2030915a57c28fbd2f3cce060e0d5 /blastem.c | |
parent | 983a2089cf49d0f6995fb30ca2327d239f21ebb4 (diff) |
Minor Z80 core cleanup
Diffstat (limited to 'blastem.c')
-rw-r--r-- | blastem.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1352,7 +1352,7 @@ int main(int argc, char ** argv) 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 |