Fix a small bug
This commit is contained in:
@@ -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]
|
||||||
|
|||||||
Reference in New Issue
Block a user