prog8/examples/cx16
Irmen de Jong aa949165c7 diskio.f_open_w() error handling back to what it was before
Otherwise it eats the status message. Added comment that you have to check this manually to be sure if the call succeeded or not!
2023-11-12 21:14:06 +01:00
..
chunkedfile added cx16.MCIOUT() kernal call 2023-10-09 22:44:36 +02:00
pcmaudio tweaks 2023-10-21 02:16:58 +02:00
sprites more accurate palette conversion 2023-11-08 01:33:55 +01:00
vtui fixing up p8_ prefixing 2023-07-02 21:15:05 +02:00
zsound asmsub Pc params and returnvalue must be boolean 2023-05-07 22:59:30 +02:00
amiga.p8 cx16: removed monochrome modes from gfx2 (use monogfx instead). New screen mode numbering! 2023-10-05 02:12:46 +02:00
bdmusic.p8 use split word arrays in various examples, fix codegen issue, docs 2023-05-29 15:34:33 +02:00
bobs.p8 cx16.vpeek() use VERA_DATA0 instead of 1, to not cause ADDRSEL to be != 0 (interferes with kernal) 2023-11-07 22:09:53 +01:00
bubbleuniverse.p8 fix warnings 2023-03-24 22:50:01 +01:00
circles.p8 examples cleanup and improving c64 graphics module (shift bitmap to higher ram area) 2023-09-05 20:39:12 +02:00
cobramk3-gfx.p8 3d rotation multiplications now using verafx acceleration 2023-10-05 22:36:30 +02:00
colorbars.p8 fixing up p8_ prefixing 2023-07-02 21:15:05 +02:00
cube3d.p8 3d rotation multiplications now using verafx acceleration 2023-10-05 22:36:30 +02:00
cxlogo.p8 -target option is now required; c64 no longer the default 2023-06-03 19:14:45 +02:00
diskspeed.p8 CX16: diskio.f_write() now uses fast MCIOUT block writes, including hiram bank boundary wrap-over 2023-11-08 01:12:49 +01:00
fileseek.p8 diskio.f_open_w() error handling back to what it was before 2023-11-12 21:14:06 +01:00
highresbitmap.p8 cx16: added monogfx library module, replaces gfx2 for monochrome screenmodes. 2023-10-04 22:32:13 +02:00
kefrenbars.p8 cx16: removed monochrome modes from gfx2 (use monogfx instead). New screen mode numbering! 2023-10-05 02:12:46 +02:00
keyboardhandler.p8 cleaned up cx16 keyboardhandler example and some compiler warnings for redundant else 2023-07-16 13:23:53 +02:00
mandelbrot-gfx.bas tweak cx16 mandelbrots 2020-08-31 00:03:05 +02:00
mandelbrot.p8 rebuilding floating point stack evaluation (using cpu stack) 2023-07-20 00:45:04 +02:00
plasma.p8 added list of software to docs 2023-09-13 21:51:48 +02:00
rasterbars.p8 api change: new 'cbm' module that now contains the common CBM kernal variables and routines. 2023-05-02 01:19:53 +02: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 api change: new 'cbm' module that now contains the common CBM kernal variables and routines. 2023-05-02 01:19:53 +02: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