aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2026-02-20 12:37:15 +0100
committerPolesznyák Márk <contact@pml68.dev>2026-02-20 12:41:01 +0100
commit56314aee84b5b0eff25e1b63a56aeccd67fa369a (patch)
tree3ba31f20153d268e9b72db0be01062ed7ceca205
parentfeat: initial commit (diff)
downloadhare-chip8-56314aee84b5b0eff25e1b63a56aeccd67fa369a.tar.gz
refactor: increase default scale and clockspeed
-rw-r--r--main.ha4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.ha b/main.ha
index 7a4e135..8051da4 100644
--- a/main.ha
+++ b/main.ha
@@ -7,8 +7,8 @@ use time;
use types;
use sdl2;
-def SCALE: int = 10;
-def CLOCKSPEED: int = 540;
+def SCALE: int = 20;
+def CLOCKSPEED: int = 600;
def SCREEN_WIDTH: size = 64;
def SCREEN_HEIGHT: size = 32;