From 723019d2c14407173d6a605d7515db384f6b9fa3 Mon Sep 17 00:00:00 2001 From: jbo_85 <> Date: Sun, 12 Mar 2006 02:37:24 +0000 Subject: [PATCH] Fixed some colour problems that came up occasionally. --- zsnes/src/win/winintrf.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsnes/src/win/winintrf.asm b/zsnes/src/win/winintrf.asm index 8792f920..185937cd 100644 --- a/zsnes/src/win/winintrf.asm +++ b/zsnes/src/win/winintrf.asm @@ -1287,7 +1287,7 @@ NEWSYM SoundProcess ; This function is called ~60 times/s at full speed ret section .data -NEWSYM delayvalue, db 0 +NEWSYM delayvalue, dd 0 section .text