mirror of
https://github.com/pevans/erc-c.git
synced 2024-11-01 04:04:28 +00:00
Add the type for the execute function
This commit is contained in:
parent
4e6073cf2e
commit
eaa6c85fe4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user