Skip to content

Commit 995c0b3

Browse files
committed
I forgot it no longer works on older versions
1 parent d17a019 commit 995c0b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pi.p8

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
%import textio
55

66
; Based on: https://github.com/NesHacker/NesPi/blob/main/pi-spigot.js
7-
; With thanks to DesertFish. By James, AKA Java Cake Games.
7+
; With thanks to DesertFish (Irmen). By James (Java Cake Games).
88
;
9-
; Written for Prog8 8.11-dev (e5e63cc) but also works on older versions.
9+
; Written for Prog8 8.11-dev (e5e63cc).
1010
;
1111
; All multiplication and division use the mul and div routines even when 24-bit
1212
; results aren't necessary, as doing so doesn't make the program much slower
@@ -233,4 +233,4 @@ main {
233233
}}
234234
}
235235

236-
}
236+
}

0 commit comments

Comments
 (0)