update cx16/audioroutines example to use the new audio module

This commit is contained in:
Irmen de Jong
2024-09-25 23:51:59 +02:00
parent 24e0a69480
commit b7ebd8c4a6
6 changed files with 142 additions and 125 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ clean:
rm -f *.prg *.PRG *.asm *.vice-* *.BIN *.PAL *.zip *.7z
emu: benchmark.prg
x16emu -run -prg $<
x16emu -run -prg $< -warp
benchmark.prg: benchmark.p8 b_3d.p8 b_adpcm.p8 b_circles.p8 b_life.p8 b_mandelbrot.p8 b_maze.p8 b_queens.p8 b_textelite.p8
p8compile $< -target cx16