Skip to content

Commit

Permalink
updated the compiled examples and disk image
Browse files Browse the repository at this point in the history
  • Loading branch information
irmen committed Jan 27, 2019
1 parent 7459896 commit 1a2137c
Show file tree
Hide file tree
Showing 15 changed files with 5 additions and 0 deletions.
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/examples.d64
Binary file not shown.
Binary file added examples/compiled/fibonacci.prg
Binary file not shown.
Binary file modified examples/compiled/hello.prg
Binary file not shown.
5 changes: 5 additions & 0 deletions examples/compiled/makedisk.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
c1541 -format examples,01 d64 examples.d64
for filename in *.prg; do
c1541 examples.d64 -write $filename ${filename%.*}
done
c1541 examples.d64 -dir
Binary file modified examples/compiled/mandelbrot.prg
Binary file not shown.
Binary file modified examples/compiled/numbergame.prg
Binary file not shown.
Binary file added examples/compiled/primes.prg
Binary file not shown.
Binary file modified examples/compiled/rasterbars.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/wizzine.prg
Binary file not shown.

0 comments on commit 1a2137c

Please sign in to comment.