From e3e6bbb7852ba1c788731e31840ad1f75ab20007 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Sun, 26 Jun 2016 21:38:03 -0400 Subject: [PATCH] Removed the colon again, until I can educate myself a little further. --- Machines/Vic-20/Vic20.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Machines/Vic-20/Vic20.cpp b/Machines/Vic-20/Vic20.cpp index 3c8226ee6..d21644edf 100644 --- a/Machines/Vic-20/Vic20.cpp +++ b/Machines/Vic-20/Vic20.cpp @@ -143,7 +143,7 @@ void Machine::add_prg(size_t length, const uint8_t *data) void Machine::set_tape(std::shared_ptr 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)