c03, gui2: new GUI now basically works.

This commit is contained in:
Martin Preuss
2026-04-06 01:45:56 +02:00
parent 69daa1465b
commit 487cd13297
7 changed files with 661 additions and 57 deletions

View File

@@ -88,6 +88,8 @@
; ---------------------------------------------------------------------------
; @routine Object_Alloc @global
;
; Allocate memory and preset it with zeroes.
;
; @return CFLAG set if object created, cleared otherwise
; @return Y address of created object in SDRAM (if CFLAG set)
; @param r25:r24 size of object to allocate