mirror of
https://github.com/rkujawa/rk65c02.git
synced 2024-12-11 18:49:16 +00:00
Clean up unused function.
This commit is contained in:
parent
a153b4e77f
commit
249509fad0
@ -50,13 +50,6 @@ instruction_fetch(bus_t *b, uint16_t addr)
|
||||
return i;
|
||||
}
|
||||
|
||||
/*void
|
||||
instruction_execute(rk65c02emu_t *e, instruction_t *i)
|
||||
{
|
||||
id.emul();
|
||||
e->regs.PC += id.size;
|
||||
}*/
|
||||
|
||||
void
|
||||
instruction_print(instruction_t *i)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user