This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2-SW
/
prog8
Watch
1
Star
0
Fork
0
You've already forked prog8
mirror of
https://github.com/irmen/prog8.git
synced
2025-01-11 13:29:45 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
prog8
/
examples
/
cx16
/
pcmaudio
History
Irmen de Jong
4b4af9b527
no longer silently add RTS to asmsubs that don't have one
2024-10-27 13:49:00 +01:00
..
adpcm.p8
Add clear_screen and set_screen_mode to gfx_lores. Fix boolean draw vs color param in some monogfx routines. Elaborate some docs.
2024-09-17 22:19:47 +02:00
pcmplay1.asm
…
pcmplay2.asm
some loose ends
2023-04-06 21:19:21 +02:00
play-adpcm.p8
remove %option align_xxx (block level alignment, as we now have better alternatives)
2024-10-26 21:18:34 +02:00
small-adpcm-mono.wav
…
small-adpcm-stereo.wav
cx16 adpcm example is now able to decode and play stereo music as well as mono.
2023-10-10 02:41:20 +02:00
small-pcm-mono.bin
…
stream-simple-aflow.p8
no longer silently add RTS to asmsubs that don't have one
2024-10-27 13:49:00 +01:00
stream-simple-poll.p8
cx16: added a polling pcm streaming example
2024-07-23 21:37:11 +02:00
stream-wav.p8
no longer silently add RTS to asmsubs that don't have one
2024-10-27 13:49:00 +01:00
vumeter.p8
no longer silently add RTS to asmsubs that don't have one
2024-10-27 13:49:00 +01:00
wavfile.p8
…