File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 11# Boot loader for Commodore 64 programs on Commodore 128
22
3+ This project started as a fork of [ 128boot64] ( https://github.com/rhalkyard/128boot64 ) ,
4+ but things got changed around a lot.
5+
36Unlike the C64, the Commodore 128 is able to boot automatically off a disk. This
4- project contains a simple boot loader that switches the machine into C64 mode,
5- and automatically loads and runs a program, with no user intervention required.
7+ project contains a simple boot loader that loads a basic program using c128 burst mode,
8+ then switches to c64 mode and runs it. This greatly speeds up loading of c64 programs
9+ on stock c128, with no user intervention required.
610
711## Requirements
812
@@ -116,7 +120,7 @@ sector, like the SD2IEC does).
116120- When booting from SD2IEC, add option to mount a disk image or change
117121 directories.
118122
119- - Load program * before* going into 64 mode (MUCH faster on drives that support
123+ - [ DONE ] Load program * before* going into 64 mode (MUCH faster on drives that support
120124 fast serial, but will need to handle differences in memory layout).
121125
122126- Allow device number to be overridden, to support booting from one device and
You can’t perform that action at this time.
0 commit comments