mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-23 03:32:32 +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:
parent
824d9ea92b
commit
4ca6883f7c
@ -55,7 +55,7 @@ Machine::Machine() :
|
|||||||
write_to_map(_processorWriteMemoryMap, _colorMemory, 0x9400, sizeof(_colorMemory));
|
write_to_map(_processorWriteMemoryMap, _colorMemory, 0x9400, sizeof(_colorMemory));
|
||||||
|
|
||||||
// TEMPORARY: attach a [diskless] 1540
|
// TEMPORARY: attach a [diskless] 1540
|
||||||
set_disc();
|
// set_disc();
|
||||||
|
|
||||||
// _debugPort.reset(new ::Commodore::Serial::DebugPort);
|
// _debugPort.reset(new ::Commodore::Serial::DebugPort);
|
||||||
// _debugPort->set_serial_bus(_serialBus);
|
// _debugPort->set_serial_bus(_serialBus);
|
||||||
|
Loading…
Reference in New Issue
Block a user