Skip to content

Commit

Permalink
updated examples
Browse files Browse the repository at this point in the history
  • Loading branch information
irmen committed Mar 10, 2019
1 parent 7f36d08 commit 0fc3071
Show file tree
Hide file tree
Showing 15 changed files with 3 additions and 2 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/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/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.
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.
5 changes: 3 additions & 2 deletions examples/tehtriz.p8
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,9 @@ waitkey:
c64scr.print("spc drop")
c64scr.PLOT(27,22)
c64scr.print(" m descend")
c64scr.PLOT(27,23)
c64scr.print("or joystick2")
; @todo joystick control:
; c64scr.PLOT(27,23)
; c64scr.print("or joystick2")

c64scr.setcc(boardOffsetX-1, boardOffsetY-2, 255, 0) ; invisible barrier
c64scr.setcc(boardOffsetX-1, boardOffsetY-3, 255, 0) ; invisible barrier
Expand Down

0 comments on commit 0fc3071

Please sign in to comment.