prog8/examples/cx16/pcmaudio
Irmen de Jong beaff4d650 moved non X16 specific variables and vector definitions from cx16 to cbm namespace.
This makes the naming consistent with the other cbm-like targets (c64, pet, c128). Only the x16 specific ones remain in the cx16 namespace, such as cx16.KEYHDL

Probably the most impactful is the move of cx16.CINV to cbm.CINV
2024-08-24 20:06:50 +02:00
..
adpcm.p8 tweaks 2024-07-22 18:20:01 +02:00
pcmplay1.asm
pcmplay2.asm
play-adpcm.p8 moved non X16 specific variables and vector definitions from cx16 to cbm namespace. 2024-08-24 20:06:50 +02:00
small-adpcm-mono.wav
small-adpcm-stereo.wav
small-pcm-mono.bin
stream-simple-aflow.p8 cx16: added a polling pcm streaming example 2024-07-23 21:37:11 +02:00
stream-simple-poll.p8 cx16: added a polling pcm streaming example 2024-07-23 21:37:11 +02:00
stream-wav.p8 moved non X16 specific variables and vector definitions from cx16 to cbm namespace. 2024-08-24 20:06:50 +02:00
vumeter.p8 vumeter tweaks 2024-04-18 01:31:59 +02:00
wavfile.p8