1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-06 01:28:57 +00:00

Removed a TODO that is no longer appropriate.

This commit is contained in:
Thomas Harte 2017-07-09 22:06:50 -04:00
parent 3e5c209039
commit 353c854734

View File

@ -96,7 +96,7 @@ void Machine::configure_as_target(const StaticAnalyser::Target &target) {
slot = (ROMSlot)(((int)slot + 1)&15);
}
if(target.loadingCommand.length()) { // TODO: and automatic loading option enabled
if(target.loadingCommand.length()) {
set_typer_for_string(target.loadingCommand.c_str());
}