From c316cd982303f30f29075f31bcd910f9be38bb25 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sat, 2 Mar 2019 17:15:47 +0100 Subject: Convert charset to utf8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Files imported in commit 98cab31fc3659e33aef260efca55bf9f1753164c were exported from EUMEL to DOS and used codepage 437/850(?). Convert files to UTF-8 where possible. Some files were left as-is. I’m not sure whether converting these would be correct. --- system/shard-x86-at/7/src/ATSHARD.ASM | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'system/shard-x86-at/7/src/ATSHARD.ASM') diff --git a/system/shard-x86-at/7/src/ATSHARD.ASM b/system/shard-x86-at/7/src/ATSHARD.ASM index f2f198c..fcc5c50 100644 --- a/system/shard-x86-at/7/src/ATSHARD.ASM +++ b/system/shard-x86-at/7/src/ATSHARD.ASM @@ -59,7 +59,8 @@ com4irq equ 7 com4_1base equ 02c0h com4_1irq equ 3 com4_2base equ 02c8h -com4_2irq equ 3 Šcom4_3base equ 02d0h +com4_2irq equ 3 +com4_3base equ 02d0h com4_3irq equ 3 com4_4base equ 02d8h com4_4irq equ 3 @@ -111,7 +112,8 @@ alterable_channels: channel 31,archive,archive_0 channel 30,archive,archive_1 channel -1,nilchannel,0 - Š include I8250.ASM + + include I8250.ASM include PCPAR.ASM include STREAM.ASM include NILCHAN.ASM @@ -153,4 +155,3 @@ code ends end los_gehts - -- cgit v1.2.3