Fixed jump
This commit is contained in:
@@ -5530,7 +5530,7 @@ NEWSYM CheckROMType
|
|||||||
cmp bx,0FFFFh
|
cmp bx,0FFFFh
|
||||||
jne .cantcheck
|
jne .cantcheck
|
||||||
mov byte[romtype],2
|
mov byte[romtype],2
|
||||||
jmp .cantcheck
|
jmp .notfound
|
||||||
.cantcheck
|
.cantcheck
|
||||||
; check for a header with mostly letters or spaces
|
; check for a header with mostly letters or spaces
|
||||||
mov esi,[romdata]
|
mov esi,[romdata]
|
||||||
|
|||||||
Reference in New Issue
Block a user