mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-15 14:27:29 +00:00
Removed a TODO that is no longer appropriate.
This commit is contained in:
@@ -96,7 +96,7 @@ void Machine::configure_as_target(const StaticAnalyser::Target &target) {
|
|||||||
slot = (ROMSlot)(((int)slot + 1)&15);
|
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());
|
set_typer_for_string(target.loadingCommand.c_str());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user