From ff3b91207d10ab87bde1692f538f5b66a553d305 Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Fri, 7 Sep 2001 20:33:00 +0000 Subject: [PATCH] Fixed bug in hdma code --- zsnes/src/cpu/dma.asm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsnes/src/cpu/dma.asm b/zsnes/src/cpu/dma.asm index bb72948f..7a24dca3 100644 --- a/zsnes/src/cpu/dma.asm +++ b/zsnes/src/cpu/dma.asm @@ -785,6 +785,8 @@ NEWSYM reg420Cw mov [nexthdma],al cmp al,0 je near .nohdma + test al,80h + ja near .nohdma push ebx push esi push edi