From 10839320be0f29ee5f1aa0b1f69beb0a87041fba Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Mon, 18 Apr 2005 22:55:29 +0000 Subject: [PATCH] Panic key now resets offset mode and windowing state --- zsnes/src/vcache.asm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsnes/src/vcache.asm b/zsnes/src/vcache.asm index 502450d4..02330074 100644 --- a/zsnes/src/vcache.asm +++ b/zsnes/src/vcache.asm @@ -499,6 +499,8 @@ NEWSYM cachevideo mov byte[Voice6Disable],01h mov byte[Voice7Disable],01h mov byte[scrndis],00h + mov byte[disableeffects],0 + mov byte[osm2dis],0 push eax mov al,byte[snesinputdefault] mov byte[snesmouse],al