From 568e0f307c93ba05ad0738d4beda2555cdc8b680 Mon Sep 17 00:00:00 2001 From: otya128 Date: Wed, 7 Dec 2016 19:03:48 +0900 Subject: [PATCH] Fix CLS --- SMILEBASIC/console.d | 1 + 1 file changed, 1 insertion(+) diff --git a/SMILEBASIC/console.d b/SMILEBASIC/console.d index ab6e8d0..71bede7 100644 --- a/SMILEBASIC/console.d +++ b/SMILEBASIC/console.d @@ -210,6 +210,7 @@ class Console } CSRX = 0; CSRY = 0; + CSRZ = 0; } void display(int number) {