Timing update fix

This commit is contained in:
pagefault
2003-03-16 06:04:37 +00:00
parent edc7be9cdc
commit 08e6bf0eb1
3 changed files with 7 additions and 5 deletions

View File

@@ -339,14 +339,14 @@ GUIloadfilename:
mov al,2
.nopal2
mov byte[romispal],0
mov word[totlines],263
mov word[totlines],262
mov dword[MsgCount],120
cmp al,1
jbe .nopal
cmp al,0Dh
je .nopal
mov byte[romispal],1
mov word[totlines],313
mov word[totlines],314
mov dword[MsgCount],100
.nopal
call showinfogui