From ee183d35054f7a0a0b8220ab6bc8690879c9e019 Mon Sep 17 00:00:00 2001 From: adelikat Date: Sat, 13 May 2017 08:01:04 -0500 Subject: [PATCH] oops, remove some debugging code that shouoldnt' be checked in --- BizHawk.Emulation.Cores/Computers/Commodore64/C64.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/BizHawk.Emulation.Cores/Computers/Commodore64/C64.cs b/BizHawk.Emulation.Cores/Computers/Commodore64/C64.cs index 6d241d8a57..7c5f87a246 100644 --- a/BizHawk.Emulation.Cores/Computers/Commodore64/C64.cs +++ b/BizHawk.Emulation.Cores/Computers/Commodore64/C64.cs @@ -60,7 +60,6 @@ namespace BizHawk.Emulation.Cores.Computers.Commodore64 { get { - return SaveState.InspectProperties(_board.Cia0); if (_board.CartPort.IsConnected) { return _board.CartPort.CartridgeType;