summaryrefslogtreecommitdiffstats
path: root/vectors.s
diff options
context:
space:
mode:
authorTomasz Kramkowski <tk@the-tk.com>2017-05-25 21:56:08 +0100
committerTomasz Kramkowski <tk@the-tk.com>2017-05-25 22:00:15 +0100
commitacb403bcbcbc05256500083d1caea7e22ce4db11 (patch)
treeca9d4ebe25cc0bd000e4ec6fbad3eda46d8f3e03 /vectors.s
parent69b0c9e9ca6af68e96e5ff665e61ad3be882a622 (diff)
downloadfmk-acb403bcbcbc05256500083d1caea7e22ce4db11.tar.gz
fmk-acb403bcbcbc05256500083d1caea7e22ce4db11.tar.xz
fmk-acb403bcbcbc05256500083d1caea7e22ce4db11.zip
Basic keyboard implementation
Diffstat (limited to 'vectors.s')
-rw-r--r--vectors.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/vectors.s b/vectors.s
index 794d194..c0d382c 100644
--- a/vectors.s
+++ b/vectors.s
@@ -92,7 +92,7 @@
.long 0 // 81 CMT: -
.long 0 // 82 RTC: Alarm interrupt
.long 0 // 83 RTC: Seconds interrupt
-.long 0 // 84 PIT: Channel 0
+.long pit0_isr// 84 PIT: Channel 0
.long 0 // 85 PIT: Channel 1
.long 0 // 86 PIT: Channel 2
.long 0 // 87 PIT: Channel 3