1
0
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:
Radosław Kujawa 2017-02-02 11:00:32 +01:00
parent a153b4e77f
commit 249509fad0

View File

@ -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)
{