diff --git a/zsnes/src/init.asm b/zsnes/src/init.asm index 8c9f0433..cc64e102 100644 --- a/zsnes/src/init.asm +++ b/zsnes/src/init.asm @@ -1411,6 +1411,11 @@ NEWSYM headerhack mov dword[WindowDisables],0 mov byte[ClearScreenSkip],0 + cmp byte[DSP1Type],0 + je .notdis + mov byte[disablehdma],1 +.notdis + ; Here are the individual game hacks. Some of these probably can ; be removed since many of them were created very early in ZSNES ; development.