1
0
mirror of https://github.com/AppleCommander/bastools.git synced 2025-03-24 05:32:51 +00:00

Making shape demo disk autostart. .

This commit is contained in:
Rob Greene 2018-06-24 15:12:27 -05:00
parent 580af51716
commit c16f9c674a

@ -163,7 +163,7 @@ public class GenerateCommand implements Callable<Void> {
// Copy in BASIC code.
FileEntry basicFile = template.createFile();
basicFile.setFilename("SHAPE.DEMO");
basicFile.setFilename("STARTUP");
basicFile.setFiletype("BAS");
basicFile.setAddress(config.startAddress);
basicFile.setFileData(programBytes);