fix: correction d'un bogue (paramètre en trop) dans les fonctions "page1to2" et "page2to1"
This commit is contained in:
parent
a7c923e5fb
commit
694f7cf605
|
@ -1118,7 +1118,6 @@ endp restorescreenfrom
|
|||
;===============================Page2to1============================
|
||||
|
||||
PROC page2to1 FAR
|
||||
ARG @offset:word
|
||||
USES ecx,si,di,ds,es
|
||||
mov cx,0B800H
|
||||
mov es,cx
|
||||
|
@ -1135,7 +1134,6 @@ endp page2to1
|
|||
|
||||
;===============================Page1to2============================
|
||||
PROC page1to2 FAR
|
||||
ARG @offset:word
|
||||
USES ecx,si,di,ds,es
|
||||
mov cx,0B800H
|
||||
mov es,cx
|
||||
|
|
Loading…
Reference in New Issue