From 24ae926f7d8cb2c9dd3b4d10cdc64a9e288619cc Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Thu, 28 Feb 2019 21:31:55 +0000 Subject: [PATCH] rc2014: clarify CTC card --- Kernel/platform-rc2014/README | 2 +- Kernel/platform-rc2014/rc2014.s | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Kernel/platform-rc2014/README b/Kernel/platform-rc2014/README index 5bb10b06..41d054c1 100644 --- a/Kernel/platform-rc2014/README +++ b/Kernel/platform-rc2014/README @@ -19,7 +19,7 @@ Supported Hardware A serial IO board. Either an RC2014 SIO/2 board or a 68B50 ACIA board. DS1302 RTC at 0xC0 } You must have one or both - RC2014 CTC at 0x88 } CTC strongly recommended + RC2014 CTC at 0x88 } CTC strongly recommended (eg SC102) Options: diff --git a/Kernel/platform-rc2014/rc2014.s b/Kernel/platform-rc2014/rc2014.s index 69373874..49ad65aa 100644 --- a/Kernel/platform-rc2014/rc2014.s +++ b/Kernel/platform-rc2014/rc2014.s @@ -274,8 +274,8 @@ have_ctc: out (CTC_CH2),a ; 200 Hz ; - ; Set up counter CH3 for official SIO (the SC110 sadly can't be - ; used this way). + ; Set up counter CH3 for SC102 or similar SIO (the SC110 sadly can't be + ; used this way I believe). ld a,#0x47 out (CTC_CH3),a -- 2.34.1