mirror of
https://github.com/TomHarte/CLK.git
synced 2024-12-25 03:32:01 +00:00
Switches the command to issue to capitals; the Pravetz redefines lowercase as non-Latin.
This commit is contained in:
parent
3053acb4f3
commit
dfa5eef20d
@ -38,7 +38,7 @@ Analyser::Static::Target *OricTarget(const Storage::Encodings::AppleGCR::Sector
|
|||||||
target->machine = Analyser::Machine::Oric;
|
target->machine = Analyser::Machine::Oric;
|
||||||
target->rom = Target::ROM::Pravetz;
|
target->rom = Target::ROM::Pravetz;
|
||||||
target->disk_interface = Target::DiskInterface::Pravetz;
|
target->disk_interface = Target::DiskInterface::Pravetz;
|
||||||
target->loading_command = "call 800\n";
|
target->loading_command = "CALL 800\n";
|
||||||
return target;
|
return target;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user