1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-12-26 09:29:45 +00:00

Switches the command to issue to capitals; the Pravetz redefines lowercase as non-Latin.

This commit is contained in:
Thomas Harte 2018-05-13 19:30:44 -04:00
parent 3053acb4f3
commit dfa5eef20d

View File

@ -38,7 +38,7 @@ Analyser::Static::Target *OricTarget(const Storage::Encodings::AppleGCR::Sector
target->machine = Analyser::Machine::Oric;
target->rom = Target::ROM::Pravetz;
target->disk_interface = Target::DiskInterface::Pravetz;
target->loading_command = "call 800\n";
target->loading_command = "CALL 800\n";
return target;
}