Fix a small bug

This commit is contained in:
pagefault
2003-04-14 18:20:57 +00:00
parent 0a96bd721e
commit f3c6ef89b4

View File

@@ -6180,9 +6180,8 @@ NEWSYM CheckROMType
mov byte[DSP4Enable],0 mov byte[DSP4Enable],0
mov esi,[romdata] mov esi,[romdata]
mov eax,NumofBanks mov byte[NumofBanks],128
cmp eax,128 ;32Mbit/4MB jbe .notEHi
jbe .notEHi ;Next line, only if greater
mov ah,[esi + 040FFDFh] mov ah,[esi + 040FFDFh]
mov al,[esi + 040FFDEh] mov al,[esi + 040FFDEh]
xor ah,[esi + 040FFDDh] xor ah,[esi + 040FFDDh]