diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2019-03-02 17:15:47 +0100 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2019-03-02 17:15:47 +0100 |
commit | c316cd982303f30f29075f31bcd910f9be38bb25 (patch) | |
tree | 12ba04bd0f2a94bd48583ee5f2ab269b6ba5c8b3 /system/shard-x86-at/7/src/HSHARD.ASM | |
parent | 50acf53648b6562853cb26aa4e7062a5ced66908 (diff) | |
download | eumel-src-master.tar.gz eumel-src-master.tar.bz2 eumel-src-master.zip |
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.
Diffstat (limited to 'system/shard-x86-at/7/src/HSHARD.ASM')
-rw-r--r-- | system/shard-x86-at/7/src/HSHARD.ASM | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/system/shard-x86-at/7/src/HSHARD.ASM b/system/shard-x86-at/7/src/HSHARD.ASM index c21b572..1a2100a 100644 --- a/system/shard-x86-at/7/src/HSHARD.ASM +++ b/system/shard-x86-at/7/src/HSHARD.ASM @@ -63,7 +63,8 @@ com2base equ 02f8h com4_1base equ 03e8h
com4_1irq equ 3
com4_2base equ 03e0h
-com4_2irq equ 3
Šcom4_3base equ 02f0h
+com4_2irq equ 3
+com4_3base equ 02f0h
com4_3irq equ 3
com4_4base equ 02e8h
com4_4irq equ 3
@@ -77,7 +78,8 @@ com8_3irq equ 3 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
@@ -92,7 +94,8 @@ com8_4irq equ 3 add4_3base equ 03e8h
add4_3irq equ 3
add4_4base equ 03e0h
-add4_4irq equ 3
Šadd4_8base equ 0260h
+add4_4irq equ 3
+add4_8base equ 0260h
add4_8irq equ 3
endif
ast0_1base equ 01a0h
@@ -174,7 +177,8 @@ alterable_channels: channel 30,archive,archive_1
endif
channel -1,nilchannel,0
-
Š include I8250.ASM
+
+ include I8250.ASM
include PCPAR.ASM
include STREAM.ASM
include NILCHAN.ASM
@@ -239,4 +243,3 @@ code ends end los_gehts
-
\ No newline at end of file |