1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-06-11 05:29:33 +00:00

Add the type for the execute function

This commit is contained in:
Peter Evans 2017-12-05 19:03:40 -06:00
parent 4e6073cf2e
commit eaa6c85fe4

View File

@ -126,7 +126,7 @@ extern void mos6502_modify_status(mos6502 *, vm_8bit, vm_8bit);
extern int mos6502_cycles(mos6502 *, vm_8bit);
extern int mos6502_instruction(vm_8bit);
extern mos6502_instruction_handler mos6502_get_instruction_handler(vm_8bit);
extern mos6502_execute(mos6502 *, vm_8bit);
extern void mos6502_execute(mos6502 *, vm_8bit);
/*
* Below are some functions that are defined in mos6502.addr.c