Skip to content

Commit 2a89bcb

Browse files
Add missing equate
1 parent 60ea289 commit 2a89bcb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ce/tice.src

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181
.def _os_SetDrawBGColor
8282
.def _os_SetDrawFGColor
8383
.def _os_FontSelect
84+
.def _os_RclAns
8485
.def _os_SetTimer1
8586
.def _os_DisableTimer1
8687
.def _os_GetSystemStats
@@ -199,6 +200,7 @@ _os_InitDrawing equ 021E1Ch
199200
_os_SetDrawBGColor equ 021E20h
200201
_os_SetDrawFGColor equ 021E24h
201202
_os_FontSelect equ 021E28h
203+
_os_RclAns equ 021E70h
202204
_os_SetTimer1 equ 021EC8h
203205
_os_DisableTimer1 equ 021ECCh
204206
_os_GetSystemStats equ 021ED4h

0 commit comments

Comments
 (0)