C64: Make the system debuggable for once
This commit is contained in:
parent
cae3340946
commit
f18e7c8833
|
@ -80,6 +80,9 @@ namespace BizHawk.Emulation.Cores.Computers.Commodore64
|
|||
Ram = new Chip4864();
|
||||
Serial = new SerialPort();
|
||||
|
||||
Cpu.DebuggerStep = Execute;
|
||||
DiskDrive.DebuggerStep = Execute;
|
||||
|
||||
switch (sidType)
|
||||
{
|
||||
case C64.SidType.OldR2:
|
||||
|
|
Loading…
Reference in New Issue