summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/zx81.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/zx81.c b/source/zx81.c
index b0ec963..5b8f6b7 100644
--- a/source/zx81.c
+++ b/source/zx81.c
@@ -399,8 +399,7 @@ static int CheckTimers(Z80 *z80, Z80Val val)
}
else
{
- /*DrawSnow(z80);*/
- DrawScreen(z80);
+ DrawSnow(z80);
FRAME_TSTATES=FAST_TSTATES;
}