remove unused variable from debug.cpp:DebugCycle (accidentally added while working on it)
This commit is contained in:
parent
6e5cfae6f7
commit
35b1f160dc
|
@ -796,7 +796,6 @@ void DebugCycle()
|
||||||
{
|
{
|
||||||
uint8 opcode[3] = {0};
|
uint8 opcode[3] = {0};
|
||||||
uint16 A = 0, tmp;
|
uint16 A = 0, tmp;
|
||||||
uint8 V = 0;
|
|
||||||
int size;
|
int size;
|
||||||
|
|
||||||
if (scanline == 240)
|
if (scanline == 240)
|
||||||
|
|
Loading…
Reference in New Issue