From f18e7c8833f1aaf5535de74ee55e602632bf6285 Mon Sep 17 00:00:00 2001 From: SaxxonPike Date: Sat, 13 Jul 2019 13:15:50 -0500 Subject: [PATCH] C64: Make the system debuggable for once --- .../Computers/Commodore64/C64.Motherboard.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BizHawk.Emulation.Cores/Computers/Commodore64/C64.Motherboard.cs b/BizHawk.Emulation.Cores/Computers/Commodore64/C64.Motherboard.cs index 6e518bb7e9..15e05954b7 100644 --- a/BizHawk.Emulation.Cores/Computers/Commodore64/C64.Motherboard.cs +++ b/BizHawk.Emulation.Cores/Computers/Commodore64/C64.Motherboard.cs @@ -79,6 +79,9 @@ namespace BizHawk.Emulation.Cores.Computers.Commodore64 Pla = new Chip90611401(); Ram = new Chip4864(); Serial = new SerialPort(); + + Cpu.DebuggerStep = Execute; + DiskDrive.DebuggerStep = Execute; switch (sidType) {