mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-11 08:30:55 +00:00
Removed the colon again, until I can educate myself a little further.
This commit is contained in:
parent
69d78dfdb3
commit
e3e6bbb785
@ -143,7 +143,7 @@ void Machine::add_prg(size_t length, const uint8_t *data)
|
|||||||
void Machine::set_tape(std::shared_ptr<Storage::Tape> tape)
|
void Machine::set_tape(std::shared_ptr<Storage::Tape> tape)
|
||||||
{
|
{
|
||||||
_tape.set_tape(tape);
|
_tape.set_tape(tape);
|
||||||
set_typer_for_string("LOAD:\n");
|
set_typer_for_string("LOAD\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
void Machine::tape_did_change_input(Tape *tape)
|
void Machine::tape_did_change_input(Tape *tape)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user