prog8/examples/cx16
OODLER e7698686fa
fixed a glitch in the prog8/vtui example (#117)
When the program starts, before the screen is modified, save_rec
is called to capture the cx16 logo.

The fix was to not do the second call to save_rec until after
vtui is used to draw the boxes on the screen.

Before the this fix, the initial replacement issue was of the
logo and not the portion of the screen originally modified by
vtui.
2023-12-20 23:49:47 +01:00
..
chunkedfile
pcmaudio
sprites
vtui fixed a glitch in the prog8/vtui example (#117) 2023-12-20 23:49:47 +01:00
zsound
amiga.p8
audio.p8
bdmusic.p8
bobs.p8
bubbleuniverse.p8
circles.p8
cobramk3-gfx.p8
colorbars.p8
cube3d.p8
cxlogo.p8
diskspeed.p8
fileseek.p8
floatparse.p8
highresbitmap.p8
kefrenbars.p8
keyboardhandler.p8
mandelbrot-gfx.bas
mandelbrot.p8
multi-irq-new.p8
multi-irq-old.p8
plasma.p8
rasterbars.p8
showbmx.p8
snow.p8
spotlight.p8
tehtriz.p8
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