1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-10 12:29:01 +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:
Thomas Harte 2016-09-08 07:39:17 -04:00
parent 908dc40569
commit 54557d7f13

View File

@ -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;