prog8/examples/cx16
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
..
chunkedfile tweak library routines for multiple return values. 2024-04-04 01:39:19 +02:00
pcmaudio cx16: added diskio.fastmode() to select the fast serial disk mode for the SD card 2024-04-02 22:17:51 +02:00
sprites examples: add ==0 or !=0 to expressions that depend on implicit conversion from byte to bool 2024-03-02 23:19:18 +01:00
vtui Merge branch 'booleans' 2024-03-11 01:00:48 +01:00
zsound tweak library routines for multiple return values. 2024-04-04 01:39:19 +02:00
amiga.p8
audio.p8
automatons.p8 conv routines now return the string buffer address. 2024-03-08 02:12:46 +01:00
bdmusic.p8
bobs.p8 Merge branch 'booleans' 2024-03-11 01:00:48 +01:00
bubbleuniverse.p8
circles.p8
cobramk3-gfx.p8 Merge branch 'booleans' 2024-03-11 01:00:48 +01:00
colorbars.p8 examples: add ==0 or !=0 to expressions that depend on implicit conversion from byte to bool 2024-03-02 23:19:18 +01:00
cube3d.p8
cxlogo.p8
diskspeed.p8 cx16: added diskio.fastmode() to select the fast serial disk mode for the SD card 2024-04-02 22:17:51 +02:00
fileseek.p8
floatparse.p8 examples: add ==0 or !=0 to expressions that depend on implicit conversion from byte to bool 2024-03-02 23:19:18 +01:00
highresbitmap.p8 Merge branch 'booleans' 2024-03-11 01:00:48 +01:00
kefrenbars.p8
keyboardhandler.p8 examples: add ==0 or !=0 to expressions that depend on implicit conversion from byte to bool 2024-03-02 23:19:18 +01:00
mandelbrot-gfx.bas
mandelbrot.p8
multi-irq-new.p8
multi-irq-old.p8
plasma.p8
rasterbars.p8
showbmx.p8 cx16: added diskio.fastmode() to select the fast serial disk mode for the SD card 2024-04-02 22:17:51 +02:00
snow.p8 examples: add ==0 or !=0 to expressions that depend on implicit conversion from byte to bool 2024-03-02 23:19:18 +01:00
spotlight.p8 tweak library routines for multiple return values. 2024-04-04 01:39:19 +02:00
tehtriz.p8 tweak library routines for multiple return values. 2024-04-04 01:39:19 +02:00
testgfx2.p8
testmonogfx.p8 Merge branch 'booleans' 2024-03-11 01:00:48 +01:00