From 37e771d9941dd0fb1c6361a391be939d32087b8e Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Sun, 19 Aug 2001 20:42:28 +0000 Subject: [PATCH] Fixed hirom/lorom detection, less hacky; should be fixed for good this time --- zsnes/src/init.asm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zsnes/src/init.asm b/zsnes/src/init.asm index 99bc1d36..54149509 100644 --- a/zsnes/src/init.asm +++ b/zsnes/src/init.asm @@ -5507,8 +5507,8 @@ NEWSYM CheckROMType mov esi,[romdata] add esi,7FECh - cmp word[esi],8000h - jb .checkhirom +; cmp word[esi],8000h +; jb .checkhirom mov esi,[romdata] add esi,32704+23 cmp byte[esi],32 @@ -5541,7 +5541,7 @@ NEWSYM CheckROMType cmp bx,0FFFFh jne .cantcheck mov byte[romtype],2 - jmp .checkhiromletter + jmp .donecheck .cantcheck ; check for a header with mostly letters or spaces mov esi,[romdata]