aboutsummaryrefslogtreecommitdiff
path: root/src/driver.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/driver.s')
-rw-r--r--src/driver.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/driver.s b/src/driver.s
index 903c2da..7404b94 100644
--- a/src/driver.s
+++ b/src/driver.s
@@ -8,7 +8,7 @@
;; never conflict with each other.
zp_player_timer = $30 ; asan:ignore
PLAYER_TIMER_FULL_VALUE = HZ * 3
- PLAYER_TIMER_DEV_VALUE = HZ / 2
+ PLAYER_TIMER_DEV_VALUE = HZ / 4
.ifdef PARTIAL
PLAYER_TIMER_VALUE = PLAYER_TIMER_DEV_VALUE
.else