comparison z80_to_x86.h @ 594:086de8692932

Add in missing generated Z80 helper functions. Fix a small bug in Z80_HALT. Fix generation of save and load context for Z80
author Michael Pavone <pavone@retrodev.com>
date Fri, 26 Dec 2014 12:34:41 -0800
parents 5ef3fe516da9
children f822d9216968
comparison
equal deleted inserted replaced
593:5ef3fe516da9 594:086de8692932
30 code_ptr native_addr; 30 code_ptr native_addr;
31 code_ptr retrans_stub; 31 code_ptr retrans_stub;
32 code_ptr do_sync; 32 code_ptr do_sync;
33 code_ptr read_8; 33 code_ptr read_8;
34 code_ptr write_8; 34 code_ptr write_8;
35 code_ptr read_8_noinc;
35 code_ptr write_8_noinc; 36 code_ptr write_8_noinc;
36 code_ptr read_16; 37 code_ptr read_16;
37 code_ptr write_16_highfirst; 38 code_ptr write_16_highfirst;
38 code_ptr write_16_lowfirst; 39 code_ptr write_16_lowfirst;
39 code_ptr read_io; 40 code_ptr read_io;