1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-29 00:29:34 +00:00

Disabled attachment of a 1540 again, as I probably need to move to opening an actual disk image next.

This commit is contained in:
Thomas Harte 2016-07-10 08:03:36 -04:00
parent 824d9ea92b
commit 4ca6883f7c

View File

@ -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);