mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-26 08:49:37 +00:00
Removed a TODO that is no longer appropriate.
This commit is contained in:
parent
3e5c209039
commit
353c854734
@ -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());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user