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

@@ -3743,6 +3743,7 @@ NEWSYM cpuover
.overy
shr dh,1
cmp byte[smallscreenon],1
je .nocfield
cmp byte[ScreenScale],1
@@ -4474,6 +4475,7 @@ NEWSYM execsingle
jmp dword near [edi+ebx*4]
.overy
shr dh,1
mov word[curypos],0
mov byte[NMIEnab],01h
add dword[opcd],170*262

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

View File

@@ -406,7 +406,7 @@ NEWSYM cycpb358, db 149 ; 155
NEWSYM cycpbl2, db 109 ; percentage left of CPU/SPC to run (3.58 = 175)
NEWSYM cycpblt2, db 149 ; percentage of CPU/SPC to run
NEWSYM writeon, db 0 ; Write enable/disable on snes rom memory
NEWSYM totlines, dw 263 ; total # of lines
NEWSYM totlines, dw 262 ; total # of lines
NEWSYM soundon, db 0 ; Current sound enabled (1=enabled)
NEWSYM zsmesg, db 'ZSNES Save State File V0.6',26
NEWSYM versn, db 60 ; version #/100
@@ -5768,14 +5768,14 @@ NEWSYM showinfo
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
mov edx,.romtypep
mov ah,9