prog8/compiler/res/prog8lib/cx16
Irmen de Jong 9c7a645e18 remove non-functional verafx.mult(). note: muls() is still there and just fine!
added documentation/source code comments to the cpu word*word multiplication routine not producing the correct upper 16 bits.
2024-09-28 00:43:05 +02:00
..
audio.p8 update cx16/audioroutines example to use the new audio module 2024-09-26 00:08:25 +02:00
bmx.p8 better checking for number of return values 2024-04-04 23:47:33 +02:00
diskio.p8 fixed a variable scopedname issue where it took the fully scoped name instead of just the local name 2024-09-14 23:17:26 +02:00
emudbg.p8 added emudbg.cpu_cycles() and emudbg.reset_cpu_cycles() 2024-09-13 23:03:14 +02:00
floats.p8 comment 2024-09-20 17:33:00 +02:00
gfx2.p8 no more span overdraws in graphics disc routines 2024-09-15 15:38:33 +02:00
gfx_lores.p8 fix warning 2024-09-18 22:04:25 +02:00
graphics.p8 Fix compiler crash in for loops with just 1 iteration 2024-09-05 21:26:46 +02:00
monogfx.p8 Add clear_screen and set_screen_mode to gfx_lores. Fix boolean draw vs color param in some monogfx routines. Elaborate some docs. 2024-09-17 22:19:47 +02: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 convert github doc links into permalinks 2024-04-08 22:12:28 +02:00
sprites.p8 add optimization if x==0 or x==1 -> if x<2 2024-09-08 22:39:48 +02:00
syslib.p8 added cx16.EXTAPI_kbd_leds definition (new in kernal R48) 2024-09-06 20:47:49 +02:00
textio.p8 half width katakana conversion 2024-08-21 18:51:34 +02:00
verafx.p8 remove non-functional verafx.mult(). note: muls() is still there and just fine! 2024-09-28 00:43:05 +02:00