From cd1aaef33e4c1823b47d11983d00122e9e9369c9 Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Wed, 15 Aug 2001 06:46:02 +0000 Subject: [PATCH] Fixed the BRL command in the ZSNES debugger (byuu) --- zsnes/src/dos/debug.asm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zsnes/src/dos/debug.asm b/zsnes/src/dos/debug.asm index 5c1cfdcd..21bb52ee 100644 --- a/zsnes/src/dos/debug.asm +++ b/zsnes/src/dos/debug.asm @@ -191,7 +191,7 @@ NEWSYM startdebugger ; mov edx,[romdata] ; add edx,3E5CCEh ; mov ecx,0022h -; mov edx,[romdata] +; mov edx,[romdata] ; add edx,1024*4096 ; mov ecx,65536 @@ -2991,6 +2991,7 @@ SECTION .text stosb mov ax,[esi+1] add ax,[xpc] + add ax,3 call .printhex16 mov al,32 mov ecx,5