C64: Make the system debuggable for once

This commit is contained in:
SaxxonPike 2019-07-13 13:15:50 -05:00
parent cae3340946
commit f18e7c8833
1 changed files with 3 additions and 0 deletions

View File

@ -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: