mirror of
https://github.com/pevans/erc-c.git
synced 2025-08-12 15:25:00 +00:00
Add the type for the execute function
This commit is contained in:
@@ -126,7 +126,7 @@ extern void mos6502_modify_status(mos6502 *, vm_8bit, vm_8bit);
|
|||||||
extern int mos6502_cycles(mos6502 *, vm_8bit);
|
extern int mos6502_cycles(mos6502 *, vm_8bit);
|
||||||
extern int mos6502_instruction(vm_8bit);
|
extern int mos6502_instruction(vm_8bit);
|
||||||
extern mos6502_instruction_handler mos6502_get_instruction_handler(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
|
* Below are some functions that are defined in mos6502.addr.c
|
||||||
|
Reference in New Issue
Block a user