prog8/compiler/res/prog8lib/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
..
bmx.p8 bmx library: set bpp header field correctly on save 2024-03-26 22:01:10 +01:00
diskio.p8 tweak library routines for multiple return values. 2024-04-04 01:39:19 +02:00
emudbg.p8 adjusted options of library modules 2023-12-29 22:21:44 +01:00
floats.p8 remove hacks from floats.parse now that kernal R47 is out 2024-03-30 22:29:13 +01:00
gfx2.p8 gfx2 screenmode tweak 2024-03-19 01:21:56 +01:00
graphics.p8 libraries: add ==0 or !=0 to expressions that depend on implicit conversion from byte to bool 2024-03-02 23:19:20 +01:00
monogfx.p8 fix monogfx issue 2024-03-12 23:27:15 +01:00
palette.p8 Fix call graph to no longer mark subroutines unused, that still get their variables referenced somewhere. 2024-01-11 22:12:01 +01:00
psg.p8 libraries: add ==0 or !=0 to expressions that depend on implicit conversion from byte to bool 2024-03-02 23:19:20 +01:00
sprites.p8 libraries: add ==0 or !=0 to expressions that depend on implicit conversion from byte to bool 2024-03-02 23:19:20 +01:00
syslib.p8 tweak library routines for multiple return values. 2024-04-04 01:39:19 +02:00
textio.p8 consolidate cbm textio routines 2024-03-28 00:39:58 +01:00
verafx.p8 various fixes 2024-03-16 18:48:06 +01:00