Skip to content

Commit

Permalink
version 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
irmen committed Aug 18, 2020
1 parent 53e9ad5 commit 9cbb8e1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 165 deletions.
2 changes: 1 addition & 1 deletion compiler/res/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1-SNAPSHOT
3.1
5 changes: 3 additions & 2 deletions examples/bdmusic.p8
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ sub start() {
}

sub delay() {
repeat 32 {
while c64.RASTER {
repeat 8 {
ubyte jiffy = c64.TIME_LO
while c64.TIME_LO==jiffy {
}
}
}
Expand Down
74 changes: 0 additions & 74 deletions examples/mfbench/romsum-p8.p8

This file was deleted.

88 changes: 0 additions & 88 deletions examples/mfbench/sieve-p8.p8

This file was deleted.

0 comments on commit 9cbb8e1

Please sign in to comment.