From a7f2820f1f2e62c1d51b800b7472c22b00267277 Mon Sep 17 00:00:00 2001 From: uvok Date: Sun, 11 Jan 2026 17:47:59 +0100 Subject: Go back to 1 tick per clock cycle --- nandgame/cpp/simpc_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nandgame/cpp') diff --git a/nandgame/cpp/simpc_config.h b/nandgame/cpp/simpc_config.h index 39ad7b5..5e3440b 100644 --- a/nandgame/cpp/simpc_config.h +++ b/nandgame/cpp/simpc_config.h @@ -1,4 +1,4 @@ #pragma once -#define TICKS_PER_INS 2 +#define TICKS_PER_INS 1 #define NCUR_DELAY_MS 10 -- cgit v1.2.3