mirror of
https://github.com/rkujawa/rk65c02.git
synced 2024-12-13 01:29:57 +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;
|
return i;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*void
|
|
||||||
instruction_execute(rk65c02emu_t *e, instruction_t *i)
|
|
||||||
{
|
|
||||||
id.emul();
|
|
||||||
e->regs.PC += id.size;
|
|
||||||
}*/
|
|
||||||
|
|
||||||
void
|
void
|
||||||
instruction_print(instruction_t *i)
|
instruction_print(instruction_t *i)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user