From 4ca6883f7c46c6943490282d290f36245375e96a Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Sun, 10 Jul 2016 08:03:36 -0400 Subject: [PATCH] Disabled attachment of a 1540 again, as I probably need to move to opening an actual disk image next. --- Machines/Commodore/Vic-20/Vic20.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Machines/Commodore/Vic-20/Vic20.cpp b/Machines/Commodore/Vic-20/Vic20.cpp index e417c2849..6a44f64e0 100644 --- a/Machines/Commodore/Vic-20/Vic20.cpp +++ b/Machines/Commodore/Vic-20/Vic20.cpp @@ -55,7 +55,7 @@ Machine::Machine() : write_to_map(_processorWriteMemoryMap, _colorMemory, 0x9400, sizeof(_colorMemory)); // TEMPORARY: attach a [diskless] 1540 - set_disc(); +// set_disc(); // _debugPort.reset(new ::Commodore::Serial::DebugPort); // _debugPort->set_serial_bus(_serialBus);