From 669bbb2da10c1e124d23e8361c9755a36f394fdf Mon Sep 17 00:00:00 2001 From: zsknight <> Date: Thu, 26 Apr 2001 03:40:00 +0000 Subject: [PATCH] Fixed Pilotwing's landscape --- zsnes/src/init.asm | 5 +++++ 1 file changed, 5 insertions(+) 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.