diff options
-rw-r--r-- | arm9/source/zx81.c | 3 | ||||
-rw-r--r-- | source/zx81.c | 3 |
2 files changed, 2 insertions, 4 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; } 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; } |