Small changes and fixes
This commit is contained in:
@@ -5320,7 +5320,7 @@ NEWSYM showinfogui
|
|||||||
.nosdd1
|
.nosdd1
|
||||||
cmp byte[OBCEnable],0
|
cmp byte[OBCEnable],0
|
||||||
je .noobc
|
je .noobc
|
||||||
mov dword[CSStatus+25],'OBC1'
|
mov dword[CSStatus+25],'OBC '
|
||||||
.noobc
|
.noobc
|
||||||
cmp byte[SETAEnable],0
|
cmp byte[SETAEnable],0
|
||||||
je .noseta
|
je .noseta
|
||||||
@@ -6159,10 +6159,8 @@ NEWSYM CheckROMType
|
|||||||
mov esi,[romdata]
|
mov esi,[romdata]
|
||||||
cmp byte[NumofBanks],128
|
cmp byte[NumofBanks],128
|
||||||
jbe .notEHi
|
jbe .notEHi
|
||||||
mov ah,[esi + 040FFDFh]
|
mov ax,word[esi + 040FFDEh]
|
||||||
mov al,[esi + 040FFDEh]
|
xor ax,word[esi + 040FFDCh]
|
||||||
xor ah,[esi + 040FFDDh]
|
|
||||||
xor al,[esi + 040FFDCh]
|
|
||||||
cmp ax,0FFFFh
|
cmp ax,0FFFFh
|
||||||
jne .notEHi
|
jne .notEHi
|
||||||
add esi,040FFD5h
|
add esi,040FFD5h
|
||||||
|
|||||||
Reference in New Issue
Block a user