From d29f372e404e2dece39fe103ff69d37d494e07d7 Mon Sep 17 00:00:00 2001 From: uvok Date: Sun, 11 Jan 2026 17:48:47 +0100 Subject: simpc: Rename define appropriately --- nandgame/cpp/simpc_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nandgame/cpp/simpc_config.h') diff --git a/nandgame/cpp/simpc_config.h b/nandgame/cpp/simpc_config.h index 5e3440b..d021861 100644 --- a/nandgame/cpp/simpc_config.h +++ b/nandgame/cpp/simpc_config.h @@ -1,4 +1,4 @@ #pragma once -#define TICKS_PER_INS 1 +#define TICKS_PER_CLOCK_PERIOD 1 #define NCUR_DELAY_MS 10 -- cgit v1.2.3