From 204f8b4f3300eda8dd2910dec6c181eab338c51a Mon Sep 17 00:00:00 2001 From: z_demo_z <> Date: Thu, 27 Jun 2002 21:03:19 +0000 Subject: [PATCH] Remapped mode 6,7 to mode 2,3 --- zsnes/src/cpu/dma.asm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zsnes/src/cpu/dma.asm b/zsnes/src/cpu/dma.asm index 125248b8..abc33c81 100644 --- a/zsnes/src/cpu/dma.asm +++ b/zsnes/src/cpu/dma.asm @@ -87,9 +87,9 @@ NEWSYM transdma xor ebx,ebx and al,00000111b cmp al,5 - jne .notmode5dma - mov al,1 -.notmode5dma + jae .notmode567dma + sub al,4 +.notmode567dma mov bl,al shl bl,3 add ebx,.addrwrite