summaryrefslogtreecommitdiff
path: root/core/idle.inc
diff options
context:
space:
mode:
Diffstat (limited to 'core/idle.inc')
-rw-r--r--core/idle.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/idle.inc b/core/idle.inc
index c2ce1348..4b073641 100644
--- a/core/idle.inc
+++ b/core/idle.inc
@@ -11,7 +11,7 @@
;;
;; -----------------------------------------------------------------------
- section .text
+ section .text16
TICKS_TO_IDLE equ 4
reset_idle:
@@ -42,9 +42,9 @@ do_idle:
pop ax
.ret: ret
- section .data
+ section .data16
NoHalt dw 0
IdleHook dw do_idle.ret
- section .bss
+ section .bss16
IdleTimer resw 1