linux compat
This commit is contained in:
@ -67,7 +67,7 @@ u8 cpu_read_reg8(reg_type rt);
|
||||
|
||||
void cpu_set_reg8(reg_type rt, u8 val);
|
||||
|
||||
void fetch_data();
|
||||
void fetch_data(cpu_context*);
|
||||
|
||||
u8 cpu_get_ie_register();
|
||||
void cpu_set_ie_register(u8 ie);
|
||||
@ -79,4 +79,4 @@ void cpu_set_int_flags(u8 value);
|
||||
|
||||
void inst_to_str(cpu_context *ctx, char *str);
|
||||
|
||||
void cpu_set_flags(cpu_context *ctx, int8_t z, int8_t n, int8_t h, int8_t c);
|
||||
void cpu_set_flags(cpu_context *ctx, int8_t z, int8_t n, int8_t h, int8_t c);
|
||||
|
Reference in New Issue
Block a user