1
0
mirror of https://github.com/rkujawa/rk65c02.git synced 2024-12-13 01:29:57 +00:00

Add forgotten prototype of program_counter_branch().

This commit is contained in:
Radosław Kujawa 2017-01-29 13:57:20 +01:00
parent e0fa334e3e
commit 79b5a01d10

View File

@ -53,5 +53,6 @@ void stack_push(rk65c02emu_t *, uint8_t);
uint8_t stack_pop(rk65c02emu_t *);
void program_counter_increment(rk65c02emu_t *, instrdef_t *);
bool instruction_modify_pc(instrdef_t *);
void program_counter_branch(rk65c02emu_t *, int8_t);
#endif /* _INSTRUCTION_H_ */