diff --git a/examples/compiled/bdmusic-irq.prg b/examples/compiled/bdmusic-irq.prg index 3860a60dc..07f420346 100644 Binary files a/examples/compiled/bdmusic-irq.prg and b/examples/compiled/bdmusic-irq.prg differ diff --git a/examples/compiled/bdmusic.prg b/examples/compiled/bdmusic.prg index 4808209d0..c360b4ad5 100644 Binary files a/examples/compiled/bdmusic.prg and b/examples/compiled/bdmusic.prg differ diff --git a/examples/compiled/cube3d-float.prg b/examples/compiled/cube3d-float.prg index 4ecb5a42b..47ed3b890 100644 Binary files a/examples/compiled/cube3d-float.prg and b/examples/compiled/cube3d-float.prg differ diff --git a/examples/compiled/cube3d-sprites.prg b/examples/compiled/cube3d-sprites.prg index 75132e9bb..e8ac116b6 100644 Binary files a/examples/compiled/cube3d-sprites.prg and b/examples/compiled/cube3d-sprites.prg differ diff --git a/examples/compiled/cube3d.prg b/examples/compiled/cube3d.prg index 2749b61b4..22faa9ed1 100644 Binary files a/examples/compiled/cube3d.prg and b/examples/compiled/cube3d.prg differ diff --git a/examples/compiled/examples.d64 b/examples/compiled/examples.d64 index 33728220e..c32fb3795 100644 Binary files a/examples/compiled/examples.d64 and b/examples/compiled/examples.d64 differ diff --git a/examples/compiled/fibonacci.prg b/examples/compiled/fibonacci.prg index 23d8fce2a..7fbebc741 100644 Binary files a/examples/compiled/fibonacci.prg and b/examples/compiled/fibonacci.prg differ diff --git a/examples/compiled/hello.prg b/examples/compiled/hello.prg index b8a8cd6dc..3952b2871 100644 Binary files a/examples/compiled/hello.prg and b/examples/compiled/hello.prg differ diff --git a/examples/compiled/makedisk.sh b/examples/compiled/makedisk.sh index 93b670376..159a4b215 100755 --- a/examples/compiled/makedisk.sh +++ b/examples/compiled/makedisk.sh @@ -1,3 +1,4 @@ +#!/bin/sh c1541 -format examples,01 d64 examples.d64 for filename in *.prg; do c1541 examples.d64 -write $filename ${filename%.*} diff --git a/examples/compiled/mandelbrot.prg b/examples/compiled/mandelbrot.prg index 5725c3910..f0eb19909 100644 Binary files a/examples/compiled/mandelbrot.prg and b/examples/compiled/mandelbrot.prg differ diff --git a/examples/compiled/numbergame.prg b/examples/compiled/numbergame.prg index b6b92b61d..50d0d8dcb 100644 Binary files a/examples/compiled/numbergame.prg and b/examples/compiled/numbergame.prg differ diff --git a/examples/compiled/primes.prg b/examples/compiled/primes.prg index 26c6169c4..c9e5b382b 100644 Binary files a/examples/compiled/primes.prg and b/examples/compiled/primes.prg differ diff --git a/examples/compiled/rasterbars.prg b/examples/compiled/rasterbars.prg index 2bf042fe2..0d24178cd 100644 Binary files a/examples/compiled/rasterbars.prg and b/examples/compiled/rasterbars.prg differ diff --git a/examples/compiled/readme.txt b/examples/compiled/readme.txt index e16166935..6815a2c3a 100644 --- a/examples/compiled/readme.txt +++ b/examples/compiled/readme.txt @@ -1,7 +1,7 @@ These .prg files are the compiled versions of most of the examples. They can be loaded and ran on a C64 or in an emulator, for example in Vice: -x64 hello.prg +x64sc hello.prg will load and run the hello example. diff --git a/examples/compiled/sorting.prg b/examples/compiled/sorting.prg index 3801a65f9..0a34b46e5 100644 Binary files a/examples/compiled/sorting.prg and b/examples/compiled/sorting.prg differ diff --git a/examples/compiled/sprites.prg b/examples/compiled/sprites.prg index fefe7a51e..23c3a64ee 100644 Binary files a/examples/compiled/sprites.prg and b/examples/compiled/sprites.prg differ diff --git a/examples/compiled/swirl-float.prg b/examples/compiled/swirl-float.prg index b4edbf785..1e5e2405c 100644 Binary files a/examples/compiled/swirl-float.prg and b/examples/compiled/swirl-float.prg differ diff --git a/examples/compiled/swirl.prg b/examples/compiled/swirl.prg index 4d1354527..e7408862b 100644 Binary files a/examples/compiled/swirl.prg and b/examples/compiled/swirl.prg differ diff --git a/examples/compiled/tehtriz.prg b/examples/compiled/tehtriz.prg index 358046c4e..964b6f50b 100644 Binary files a/examples/compiled/tehtriz.prg and b/examples/compiled/tehtriz.prg differ diff --git a/examples/compiled/wizzine.prg b/examples/compiled/wizzine.prg index 6a27357c3..e467f3b89 100644 Binary files a/examples/compiled/wizzine.prg and b/examples/compiled/wizzine.prg differ