GUI button ok; WIP Sliders

This commit is contained in:
Frater 2026-02-03 15:13:35 +01:00
commit e7baeb6eb8
4 changed files with 139 additions and 46 deletions

View file

@ -1176,6 +1176,7 @@ cga_cursor_draw:
pushad
push ds
push es
push gs
mov ax, BDA_DATA_SEG
mov ds, ax
@ -1316,6 +1317,7 @@ cga_cursor_draw:
pop esi
.exit_total:
pop gs
pop es
pop ds
popad