mirror of
https://github.com/irmen/prog8.git
synced 2026-04-26 05:17:54 +00:00
update cx16/audioroutines example to use the new audio module
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user