monogfx, gfx_lores, gfx_hires now all uses 8kb stack from buffers module; no more broken flood fills. fill() has an extra byte parameter now where you need to pass in the ram bank to use for the stack. (not on virtual target)

This commit is contained in:
Irmen de Jong
2024-11-29 20:57:40 +01:00
parent 310e8f15cd
commit feb8aa435e
8 changed files with 113 additions and 292 deletions

View File

@@ -1,6 +1,8 @@
TODO
====
virtual: importing buffers in main results in a vm error?
document the @R0 - @R15 register support for normal subroutine parameters (footgun!)
make a compiler switch to disable footgun warnings