Small adjustments to timing

This commit is contained in:
pagefault
2003-03-30 02:28:12 +00:00
parent fb35e286b5
commit 573afb88ac
2 changed files with 2 additions and 2 deletions

View File

@@ -342,7 +342,7 @@ GUIloadfilename:
mov al,2 mov al,2
.nopal2 .nopal2
mov byte[romispal],0 mov byte[romispal],0
mov word[totlines],262 mov word[totlines],263
mov dword[MsgCount],120 mov dword[MsgCount],120
cmp al,1 cmp al,1
jbe .nopal jbe .nopal

View File

@@ -5845,7 +5845,7 @@ NEWSYM showinfo
mov al,2 mov al,2
.nopal2 .nopal2
mov byte[romispal],0 mov byte[romispal],0
mov word[totlines],262 mov word[totlines],263
mov dword[MsgCount],120 mov dword[MsgCount],120
cmp al,1 cmp al,1
jbe .nopal jbe .nopal