Apple II - remove vestigial method

This commit is contained in:
scrimpey 2015-06-21 14:34:33 +00:00
parent 02b71ab377
commit 5a686f195d
1 changed files with 0 additions and 7 deletions

View File

@ -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);
}
}
}