mirror of
https://github.com/TomHarte/CLK.git
synced 2025-04-06 10:38:16 +00:00
Added a quick automatic issuing of the 'LOAD' command.
This commit is contained in:
parent
843d1fdca7
commit
1439ca0580
@ -146,6 +146,7 @@ void Machine::add_prg(size_t length, const uint8_t *data)
|
||||
void Machine::set_tape(std::shared_ptr<Storage::Tape> tape)
|
||||
{
|
||||
_tape.set_tape(tape);
|
||||
set_typer_for_string("LOAD\n");
|
||||
}
|
||||
|
||||
void Machine::tape_did_change_input(Tape *tape)
|
||||
|
Loading…
x
Reference in New Issue
Block a user