From 3d76716d372da0dfdd9d35a9dadd8fd0ef83b960 Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Tue, 30 Sep 2003 19:16:08 +0000 Subject: [PATCH] Digital Devil Story (or whatever the heck you call it) hack not needed anymore --- zsnes/src/init.asm | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/zsnes/src/init.asm b/zsnes/src/init.asm index c1db0b33..c8097be5 100644 --- a/zsnes/src/init.asm +++ b/zsnes/src/init.asm @@ -1501,22 +1501,6 @@ NEWSYM headerhack ret .nothoraigakuen - mov esi,[romdata] - add esi,07FC0h - cmp dword[esi],'DIGI' - jne .notdigitaldevilstory - cmp dword[esi+4],'TAL ' - jne .notdigitaldevilstory - cmp dword[esi+8],'DEVI' - jne .notdigitaldevilstory - cmp dword[esi+12],'L ST' - jne .notdigitaldevilstory - mov esi,[romdata] - add esi,63CA3h - mov byte [esi],0FFh ; Increase internal spc program delay to prevent irq - ; from causing bad length spc transfer (0xFFFF) -.notdigitaldevilstory - mov esi,[romdata] add esi,07FC0h cmp dword[esi],0DFCAB0BDh