mirror of
https://github.com/AppleCommander/bastools.git
synced 2025-03-12 04:29:28 +00:00
Making shape demo disk autostart. #16.
This commit is contained in:
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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user