From eebff313c547a48fb2fe4dda68223d78392658a2 Mon Sep 17 00:00:00 2001 From: zsknight <> Date: Sat, 2 Jun 2001 21:40:22 +0000 Subject: [PATCH] Fixed Batman: Revenge of the Joker --- zsnes/src/init.asm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/zsnes/src/init.asm b/zsnes/src/init.asm index 1788cc27..68c4c66f 100644 --- a/zsnes/src/init.asm +++ b/zsnes/src/init.asm @@ -5260,10 +5260,16 @@ NEWSYM CheckROMType mov esi,[romdata] mov ax,[esi+0FFFCh] mov bx,[esi+07FFCh] + cmp bx,8000h + jne .notrv1 + cmp ax,8011h + je .yeslorom +.notrv1 test ax,8000h jnz .checkloarea test bx,8000h jz .notfound2 +.yeslorom mov byte[romtype],1 jmp .donecheck .checkloarea