nothing to see here move along

This commit is contained in:
zeromus 2015-02-01 23:12:54 +00:00
parent b3b37c46c3
commit df96db1e2d
1 changed files with 0 additions and 2 deletions

View File

@ -416,8 +416,6 @@ namespace BizHawk.Emulation.Cores.Components.W65816
//sprintf(pbuf, "($%02X)", mem[1]);
offset = 2;
break;
offset = 3;
break;
// Stack Relative
case 0x03:case 0x23:case 0x43:case 0x63:case 0x83:case 0xA3:case 0xC3:case 0xE3:
pbuf = string.Format("${0:X2},S", peek(addr = 1));