Fixed HiROM detection with some roms

This commit is contained in:
pagefault
2001-08-15 19:27:12 +00:00
parent 3e96700b44
commit 30d7af9eb8

View File

@@ -5529,7 +5529,7 @@ NEWSYM CheckROMType
cmp bx,0FFFFh
jne .cantcheck
mov byte[romtype],2
jmp .notfound
jmp .checkhiromletter
.cantcheck
; check for a header with mostly letters or spaces
mov esi,[romdata]