diff --git a/dsk/HELLO.BAS b/dsk/HELLO.BAS new file mode 100644 index 0000000..d14d8a5 --- /dev/null +++ b/dsk/HELLO.BAS @@ -0,0 +1,2 @@ +10 PRINT "LOADING TK2048..." +20 PRINT CHR$(4);"BRUN TK2048" \ No newline at end of file diff --git a/dsk/TK2048_AUTO_BRUN.dsk b/dsk/TK2048_AUTO_BRUN.dsk new file mode 100644 index 0000000..8562a98 Binary files /dev/null and b/dsk/TK2048_AUTO_BRUN.dsk differ diff --git a/dsk/TK2048_AUTO_RUN.dsk b/dsk/TK2048_AUTO_RUN.dsk new file mode 100644 index 0000000..ceb5fa9 Binary files /dev/null and b/dsk/TK2048_AUTO_RUN.dsk differ diff --git a/dsk/master_boot_floppy_image_patching.txt b/dsk/master_boot_floppy_image_patching.txt new file mode 100644 index 0000000..bbe39f7 --- /dev/null +++ b/dsk/master_boot_floppy_image_patching.txt @@ -0,0 +1,6 @@ +Patching the byte that selects the startup command type in the master disk: + +track $00, sector $0D, byte $42: + +change $06 for RUN to $14 for EXEC, $34 for BRUN +