Apple II - remove vestigial method
This commit is contained in:
parent
02b71ab377
commit
5a686f195d
|
@ -171,12 +171,5 @@ namespace BizHawk.Emulation.Cores.Computers.AppleII
|
|||
|
||||
Frame++;
|
||||
}
|
||||
|
||||
private string readOpcode(ushort pc, Func<ushort, byte> peeker)
|
||||
{
|
||||
int unused;
|
||||
return Cores.Components.M6502.MOS6502X.Disassemble(pc, out unused, peeker);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue