Fixed small screen extra line issues (fixes Super Metroid annoying line issue, so now that guy who keeps on coming into the channel annoying us about it can rest in peace).

This commit is contained in:
n-a-c-h
2005-11-05 18:32:50 +00:00
parent b6b65849f1
commit b6263c7f61

View File

@@ -1483,7 +1483,7 @@ NEWSYM cpuover
.overy
shr dh,1
sub dh,110
cmp byte[smallscreenon],1
je .nocfield
cmp byte[ScreenScale],1
@@ -2159,7 +2159,7 @@ NEWSYM execsingle
jmp dword near [edi+ebx*4]
.overy
shr dh,1
sub dh,110
mov word[curypos],0
xor byte[ppustatus],80h
mov byte[NMIEnab],01h