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
..
2024-01-12 21:40:30 +01:00
2024-03-03 19:43:48 +01:00
2023-07-02 21:01:11 +02:00
2018-08-06 03:35:43 +02:00
2024-03-01 00:41:11 +01:00
2023-08-01 22:49:55 +02:00
2023-04-03 00:32:12 +02:00
2023-04-03 00:32:12 +02:00
2024-03-28 23:24:14 +01:00
2023-12-11 21:15:48 +01:00