1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-22 12:33:29 +00:00

Shortens wasted typing.

This commit is contained in:
Thomas Harte 2021-03-12 23:04:45 -05:00
parent 7d778bc328
commit 54e2eb0948

View File

@ -223,7 +223,7 @@ Analyser::Static::TargetList Analyser::Static::AmstradCPC::GetTargets(const Medi
// Ugliness flows here: assume the CPC isn't smart enough to pause between pressing
// enter and responding to the follow-on prompt to press a key, so just type for
// a while. Yuck!
target->loading_command = "|tape\nrun\"\n1234567890";
target->loading_command = "|tape\nrun\"\n123";
}
}