prog8/examples/cx16/zsound
Irmen de Jong 34f3169dda tweak library routines for multiple return values.
cbm:
MEMTOP changed (now also returns nr of banks in A)
STOP2 removed (just use STOP)
RDTIM_safe() added                  TEST IRQ ENABLE
RDTIM16 changed (internally)        TEST IRQ ENABLE

cx16:
screen_mode changed (now also returns width and height in X,Y)
kbdbuf_peek2 removed (just use kbdbuf_peek)
joystick_get changed (presence now returned as bool in Y)
joystick_get2 removed (just use joystick_get)
mouse_pos changed (now properly returns x and y position in R0 and R1)
set_led_brightness changed into set_led_state, with only a boolean on/off argument. There is no variable brightness.

sys.set_leds_brightness() removed. Use cx16.set_led_brightness().
2024-04-04 01:39:19 +02:00
..
COLONY.ZSM added zsound demo player example (cx16) 2022-06-08 23:57:01 +02:00
pcmplayer.txt trying to add zsound pcm player example as well 2022-06-10 23:35:37 +02:00
play-zsound.p8 tweak library routines for multiple return values. 2024-04-04 01:39:19 +02:00
stream-test-zcm.p8 Merge branch 'booleans' 2024-03-11 01:00:48 +01:00
TERMINATOR2.ZCM tweak zsound examples 2022-06-12 14:51:24 +02:00
THRILLER.ZCM fix zsound stream example (missing sound file) 2023-04-29 13:02:24 +02:00
zsmplayer.txt added zsound demo player example (cx16) 2022-06-08 23:57:01 +02:00
zsound_combo-0830.bin zsound combo example 2022-06-21 00:38:59 +02:00