prog8/examples/cx16
Irmen de Jong e35cfd4971 get rid of the redundant 'f' suffix of several funtions in floats module (breaking change!)
Unfortunately a few routines (minf, maxf, clampf) remain unchanged, because removing the 'f' would make them clash with a builtin function.

floats.rndf -> floats.rnd
floats.parse_f -> floats.parse
floats.rndseedf -> floats.rndseed
floats.print_f -> floats.print
floats.str_f -> floats.tostr
2023-12-29 03:12:44 +01:00
..
chunkedfile replace unwritten vars by consts. Improved const eval. 2023-12-28 05:17:15 +01:00
pcmaudio get rid of the redundant 'f' suffix of several funtions in floats module (breaking change!) 2023-12-29 03:12:44 +01:00
sprites added cx16 sprites.move , movex and movey routines to move sprite by deltas 2023-11-30 20:49:47 +01:00
vtui fixed a glitch in the prog8/vtui example (#117) 2023-12-20 23:49:47 +01:00
zsound move cx16 irq examples to new API, fix some bugs in the handler 2023-11-22 23:25:39 +01:00
amiga.p8 cx16: removed monochrome modes from gfx2 (use monogfx instead). New screen mode numbering! 2023-10-05 02:12:46 +02:00
audio.p8 cx16: added audio kernal routines example 2023-12-19 01:47:05 +01:00
bdmusic.p8 move cx16 irq examples to new API, fix some bugs in the handler 2023-11-22 23:25:39 +01:00
bobs.p8 move cx16 irq examples to new API, fix some bugs in the handler 2023-11-22 23:25:39 +01:00
bubbleuniverse.p8
circles.p8
cobramk3-gfx.p8 3d rotation multiplications now using verafx acceleration 2023-10-05 22:36:30 +02:00
colorbars.p8 more asm symbol prefixing: variables with p8v_, subroutines with p8s_ etc 2023-12-20 22:20:59 +01:00
cube3d.p8 3d rotation multiplications now using verafx acceleration 2023-10-05 22:36:30 +02:00
cxlogo.p8
diskspeed.p8 get rid of the redundant 'f' suffix of several funtions in floats module (breaking change!) 2023-12-29 03:12:44 +01:00
fileseek.p8 diskio.f_open_w() error handling back to what it was before 2023-11-12 21:14:06 +01:00
floatparse.p8 get rid of the redundant 'f' suffix of several funtions in floats module (breaking change!) 2023-12-29 03:12:44 +01:00
highresbitmap.p8
kefrenbars.p8 move cx16 irq examples to new API, fix some bugs in the handler 2023-11-22 23:25:39 +01:00
keyboardhandler.p8
mandelbrot-gfx.bas
mandelbrot.p8 get rid of the redundant 'f' suffix of several funtions in floats module (breaking change!) 2023-12-29 03:12:44 +01:00
multi-irq-new.p8 move cx16 irq examples to new API, fix some bugs in the handler 2023-11-22 23:25:39 +01:00
multi-irq-old.p8 move cx16 irq examples to new API, fix some bugs in the handler 2023-11-22 23:25:39 +01:00
plasma.p8
rasterbars.p8 move cx16 irq examples to new API, fix some bugs in the handler 2023-11-22 23:25:39 +01:00
showbmx.p8 simplify bmx loading 2023-11-29 21:57:17 +01:00
snow.p8 cx16: removed monochrome modes from gfx2 (use monogfx instead). New screen mode numbering! 2023-10-05 02:12:46 +02:00
spotlight.p8 remove last trace of getTempVar (arry index expression) 2023-10-27 21:41:52 +02:00
tehtriz.p8 move cx16 irq examples to new API, fix some bugs in the handler 2023-11-22 23:25:39 +01:00
testgfx2.p8 gfx2.clear_screen and monogfx.clear_screen() now have color parameter to clear the screen with 2023-10-05 21:00:39 +02:00
testmonogfx.p8 gfx2.clear_screen and monogfx.clear_screen() now have color parameter to clear the screen with 2023-10-05 21:00:39 +02:00