diff options
Diffstat (limited to 'arm9')
-rw-r--r-- | arm9/source/zx81.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arm9/source/zx81.c b/arm9/source/zx81.c index b0ec963..5b8f6b7 100644 --- a/arm9/source/zx81.c +++ b/arm9/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; } |