Skip to content

Commit

Permalink
refreshed the compiled examples
Browse files Browse the repository at this point in the history
  • Loading branch information
irmen committed Mar 12, 2020
1 parent 5f1ec80 commit b036e5e
Show file tree
Hide file tree
Showing 20 changed files with 2 additions and 1 deletion.
Binary file modified examples/compiled/bdmusic-irq.prg
Binary file not shown.
Binary file modified examples/compiled/bdmusic.prg
Binary file not shown.
Binary file modified examples/compiled/cube3d-float.prg
Binary file not shown.
Binary file modified examples/compiled/cube3d-sprites.prg
Binary file not shown.
Binary file modified examples/compiled/cube3d.prg
Binary file not shown.
Binary file modified examples/compiled/examples.d64
Binary file not shown.
Binary file modified examples/compiled/fibonacci.prg
Binary file not shown.
Binary file modified examples/compiled/hello.prg
Binary file not shown.
1 change: 1 addition & 0 deletions examples/compiled/makedisk.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/sh
c1541 -format examples,01 d64 examples.d64
for filename in *.prg; do
c1541 examples.d64 -write $filename ${filename%.*}
Expand Down
Binary file modified examples/compiled/mandelbrot.prg
Binary file not shown.
Binary file modified examples/compiled/numbergame.prg
Binary file not shown.
Binary file modified examples/compiled/primes.prg
Binary file not shown.
Binary file modified examples/compiled/rasterbars.prg
Binary file not shown.
2 changes: 1 addition & 1 deletion examples/compiled/readme.txt
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
Binary file modified examples/compiled/sorting.prg
Binary file not shown.
Binary file modified examples/compiled/sprites.prg
Binary file not shown.
Binary file modified examples/compiled/swirl-float.prg
Binary file not shown.
Binary file modified examples/compiled/swirl.prg
Binary file not shown.
Binary file modified examples/compiled/tehtriz.prg
Binary file not shown.
Binary file modified examples/compiled/wizzine.prg
Binary file not shown.

0 comments on commit b036e5e

Please sign in to comment.