mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-05 05:34:20 +00:00
Added reminder, ensured the couldn't-find-data case doesn't cause a crash. Though it should imply some manual investigation.
This commit is contained in:
parent
908dc40569
commit
54557d7f13
@ -98,6 +98,8 @@ void StaticAnalyser::Commodore::AddTargets(
|
||||
else
|
||||
{
|
||||
// TODO: this is machine code. So, ummm?
|
||||
printf("Need to deal with machine code from %04x to %04x???\n", files.front().starting_address, files.front().ending_address);
|
||||
target.loadingCommand = "LOAD\"\",1,1\nRUN\n";
|
||||
}
|
||||
|
||||
target.tapes = tapes;
|
||||
|
Loading…
x
Reference in New Issue
Block a user