From b00986e7f2c95a66e1dc00c9f28156065749a89e Mon Sep 17 00:00:00 2001 From: z_demo_z <> Date: Wed, 12 Jun 2002 17:24:28 +0000 Subject: [PATCH] Added hack to delay IRQ in Bahamut Lagoon to prevent earlier than supposed hdma transfers (possible good fix, add time consideration to dma) --- zsnes/src/init.asm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/zsnes/src/init.asm b/zsnes/src/init.asm index fe203e49..f5cbdd5f 100644 --- a/zsnes/src/init.asm +++ b/zsnes/src/init.asm @@ -1644,7 +1644,9 @@ NEWSYM headerhack jne .notbahamutlagoon cmp dword[esi+8],'Lago' jne .notbahamutlagoon - mov byte[disablehdma],1 + mov esi,[romdata] + add esi,010254h + mov byte[esi],0EEh .notbahamutlagoon mov esi,[romdata]