summaryrefslogtreecommitdiff
path: root/z180/init.180
diff options
context:
space:
mode:
authorLeo C2015-06-03 08:44:45 +0200
committerLeo C2015-06-03 08:44:45 +0200
commit845cbdbdd011f875219542dc5916f390cd952514 (patch)
tree8f9d9c6b9a3a259c209ef54fe25a2ad8a3f56ee1 /z180/init.180
parentad9bc17c8ecab1f0bbd26f2270d4d396f4bc5e52 (diff)
downloadz180-stamp-845cbdbdd011f875219542dc5916f390cd952514.zip
Server: Time and Date supporthexrel-6.3
Diffstat (limited to 'z180/init.180')
-rw-r--r--z180/init.1806
1 files changed, 6 insertions, 0 deletions
diff --git a/z180/init.180 b/z180/init.180
index b0b4b21..d56975e 100644
--- a/z180/init.180
+++ b/z180/init.180
@@ -416,6 +416,12 @@ ivt_i1:
;----------------------------------------------------------------------
+; Reload value for 10 ms Int. (0.1KHz):
+; tc10ms = phi/prescale/0.1KHz = phi / (prescale/10)
+
+PRT_TC10MS equ 18432 / (PRT_PRE/10)
+
+
if CPU_Z180
prt0_init:
ld a,i