remove unused variable from debug.cpp:DebugCycle (accidentally added while working on it)

This commit is contained in:
rainwarrior 2016-08-24 05:46:52 +00:00
parent 6e5cfae6f7
commit 35b1f160dc
1 changed files with 0 additions and 1 deletions

View File

@ -796,7 +796,6 @@ void DebugCycle()
{
uint8 opcode[3] = {0};
uint16 A = 0, tmp;
uint8 V = 0;
int size;
if (scanline == 240)