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-z80-ruc-64180/1.5/src/65.SUB | 1 - system/shard-z80-ruc-64180/1.5/src/BOOT.INC | 1 - system/shard-z80-ruc-64180/1.5/src/CONOUT.MAC | 1 - system/shard-z80-ruc-64180/1.5/src/CONOUT4.INC | 1 - system/shard-z80-ruc-64180/1.5/src/DISK.MAC | 1 - system/shard-z80-ruc-64180/1.5/src/DISK80.MAC | 1 - system/shard-z80-ruc-64180/1.5/src/EBOOT.MAC | 1 - system/shard-z80-ruc-64180/1.5/src/EBOOT.SUB | 1 - system/shard-z80-ruc-64180/1.5/src/EINST.PAS | 2 +- system/shard-z80-ruc-64180/1.5/src/FBOOT.MAC | 1 - system/shard-z80-ruc-64180/1.5/src/FBOOT.SYM | 1 - system/shard-z80-ruc-64180/1.5/src/GRAFIK65.MAC | 1 - system/shard-z80-ruc-64180/1.5/src/GRAFIK80.MAC | 1 - system/shard-z80-ruc-64180/1.5/src/HD64180.LIB | 1 - system/shard-z80-ruc-64180/1.5/src/IINST.PAS | 2 +- system/shard-z80-ruc-64180/1.5/src/INIMOD.MAC | 1 - system/shard-z80-ruc-64180/1.5/src/INT65.MAC | 1 - system/shard-z80-ruc-64180/1.5/src/INTMOD.MAC | 1 - system/shard-z80-ruc-64180/1.5/src/LOAD.MAC | 1 - system/shard-z80-ruc-64180/1.5/src/NIBLE.INC | 1 - system/shard-z80-ruc-64180/1.5/src/PORTS.MAC | 1 - system/shard-z80-ruc-64180/1.5/src/SCSI.MAC | 1 - system/shard-z80-ruc-64180/1.5/src/SCSI.PAS | 1 - system/shard-z80-ruc-64180/1.5/src/SHARD.AEX | 2 +- system/shard-z80-ruc-64180/1.5/src/SHARD.MAC | 1 - system/shard-z80-ruc-64180/1.5/src/SHARD.SUB | 2 +- system/shard-z80-ruc-64180/1.5/src/START.MAC | 1 - system/shard-z80-ruc-64180/1.5/src/TRACK.INC | 1 - system/shard-z80-ruc-64180/1.5/src/ZPAGE.INC | 1 - 29 files changed, 4 insertions(+), 29 deletions(-) (limited to 'system/shard-z80-ruc-64180/1.5/src') diff --git a/system/shard-z80-ruc-64180/1.5/src/65.SUB b/system/shard-z80-ruc-64180/1.5/src/65.SUB index 0588113..7dc9439 100644 --- a/system/shard-z80-ruc-64180/1.5/src/65.SUB +++ b/system/shard-z80-ruc-64180/1.5/src/65.SUB @@ -1,2 +1 @@ M80=DISK/M - \ No newline at end of file diff --git a/system/shard-z80-ruc-64180/1.5/src/BOOT.INC b/system/shard-z80-ruc-64180/1.5/src/BOOT.INC index ac28df8..b03a57c 100644 --- a/system/shard-z80-ruc-64180/1.5/src/BOOT.INC +++ b/system/shard-z80-ruc-64180/1.5/src/BOOT.INC @@ -119,4 +119,3 @@ rbuf_ini: DB RBUFBEG, RBUFEND ds $100-(*-start) - \ No newline at end of file diff --git a/system/shard-z80-ruc-64180/1.5/src/CONOUT.MAC b/system/shard-z80-ruc-64180/1.5/src/CONOUT.MAC index adf815a..273c56e 100644 --- a/system/shard-z80-ruc-64180/1.5/src/CONOUT.MAC +++ b/system/shard-z80-ruc-64180/1.5/src/CONOUT.MAC @@ -121,4 +121,3 @@ POPRET: INCLUDE CONOUT4.INC ; END - \ No newline at end of file diff --git a/system/shard-z80-ruc-64180/1.5/src/CONOUT4.INC b/system/shard-z80-ruc-64180/1.5/src/CONOUT4.INC index 89120f8..9ffda13 100644 --- a/system/shard-z80-ruc-64180/1.5/src/CONOUT4.INC +++ b/system/shard-z80-ruc-64180/1.5/src/CONOUT4.INC @@ -464,4 +464,3 @@ scrtab: dw clear,erapag,eralin,normal,invers,schome,gotoxy,up,advanc ; CRTRET anstelle von chacur ; Ende von CONOUT3.INC - \ No newline at end of file diff --git a/system/shard-z80-ruc-64180/1.5/src/DISK.MAC b/system/shard-z80-ruc-64180/1.5/src/DISK.MAC index 56bf2f3..70f173c 100644 --- a/system/shard-z80-ruc-64180/1.5/src/DISK.MAC +++ b/system/shard-z80-ruc-64180/1.5/src/DISK.MAC @@ -1655,4 +1655,3 @@ LEN65 EQU $-start .printx '6502-Modul in Grafikseite 1!' ENDIF end - \ No newline at end of file diff --git a/system/shard-z80-ruc-64180/1.5/src/DISK80.MAC b/system/shard-z80-ruc-64180/1.5/src/DISK80.MAC index 8afb780..ecb4419 100644 --- a/system/shard-z80-ruc-64180/1.5/src/DISK80.MAC +++ b/system/shard-z80-ruc-64180/1.5/src/DISK80.MAC @@ -299,4 +299,3 @@ TRANSPORT: PUSH HL RET END - \ No newline at end of file diff --git a/system/shard-z80-ruc-64180/1.5/src/EBOOT.MAC b/system/shard-z80-ruc-64180/1.5/src/EBOOT.MAC index 281713a..bb365b4 100644 --- a/system/shard-z80-ruc-64180/1.5/src/EBOOT.MAC +++ b/system/shard-z80-ruc-64180/1.5/src/EBOOT.MAC @@ -336,4 +336,3 @@ DATAR: DEFS 512 BOTBUF: ; END - \ No newline at end of file diff --git a/system/shard-z80-ruc-64180/1.5/src/EBOOT.SUB b/system/shard-z80-ruc-64180/1.5/src/EBOOT.SUB index 5d806a1..b9736c7 100644 --- a/system/shard-z80-ruc-64180/1.5/src/EBOOT.SUB +++ b/system/shard-z80-ruc-64180/1.5/src/EBOOT.SUB @@ -1,3 +1,2 @@ SLR EBOOT L80 /P:0100, START, SCSI, EBOOT, EBOOT/N/E - \ No newline at end of file diff --git a/system/shard-z80-ruc-64180/1.5/src/EINST.PAS b/system/shard-z80-ruc-64180/1.5/src/EINST.PAS index 3b466da..312069f 100644 --- a/system/shard-z80-ruc-64180/1.5/src/EINST.PAS +++ b/system/shard-z80-ruc-64180/1.5/src/EINST.PAS @@ -506,4 +506,4 @@ BEGIN { MAIN } writeln ('SHard erfolgreich auf Floppy installiert.') END ELSE writeln ('Kein SHard installiert.') -END. \ No newline at end of file +END. diff --git a/system/shard-z80-ruc-64180/1.5/src/FBOOT.MAC b/system/shard-z80-ruc-64180/1.5/src/FBOOT.MAC index db2d03e..d8c9a82 100644 --- a/system/shard-z80-ruc-64180/1.5/src/FBOOT.MAC +++ b/system/shard-z80-ruc-64180/1.5/src/FBOOT.MAC @@ -711,4 +711,3 @@ eumel_vol: ; Default, ggf. Aendern END - \ No newline at end of file diff --git a/system/shard-z80-ruc-64180/1.5/src/FBOOT.SYM b/system/shard-z80-ruc-64180/1.5/src/FBOOT.SYM index 7939c68..d3f5a12 100644 --- a/system/shard-z80-ruc-64180/1.5/src/FBOOT.SYM +++ b/system/shard-z80-ruc-64180/1.5/src/FBOOT.SYM @@ -1,2 +1 @@ - \ No newline at end of file diff --git a/system/shard-z80-ruc-64180/1.5/src/GRAFIK65.MAC b/system/shard-z80-ruc-64180/1.5/src/GRAFIK65.MAC index fa89db3..268cdbe 100644 --- a/system/shard-z80-ruc-64180/1.5/src/GRAFIK65.MAC +++ b/system/shard-z80-ruc-64180/1.5/src/GRAFIK65.MAC @@ -1633,4 +1633,3 @@ rowstart: dw 0180, 0100, 0080, 0000 .printx 'Ende' - \ No newline at end of file diff --git a/system/shard-z80-ruc-64180/1.5/src/GRAFIK80.MAC b/system/shard-z80-ruc-64180/1.5/src/GRAFIK80.MAC index 9850479..b7f25f4 100644 --- a/system/shard-z80-ruc-64180/1.5/src/GRAFIK80.MAC +++ b/system/shard-z80-ruc-64180/1.5/src/GRAFIK80.MAC @@ -200,4 +200,3 @@ GRAFIO: RET END - \ No newline at end of file diff --git a/system/shard-z80-ruc-64180/1.5/src/HD64180.LIB b/system/shard-z80-ruc-64180/1.5/src/HD64180.LIB index 9fed3f4..5d733e4 100644 --- a/system/shard-z80-ruc-64180/1.5/src/HD64180.LIB +++ b/system/shard-z80-ruc-64180/1.5/src/HD64180.LIB @@ -157,4 +157,3 @@ tstio macro x endm ; ENDE der HD64180-Macros - \ No newline at end of file diff --git a/system/shard-z80-ruc-64180/1.5/src/IINST.PAS b/system/shard-z80-ruc-64180/1.5/src/IINST.PAS index 708a10b..0bf5c91 100644 --- a/system/shard-z80-ruc-64180/1.5/src/IINST.PAS +++ b/system/shard-z80-ruc-64180/1.5/src/IINST.PAS @@ -18,4 +18,4 @@ BEGIN seek (f, 0) ; blockwrite (f, buffer, 1) ; close (f) ; -END. \ No newline at end of file +END. diff --git a/system/shard-z80-ruc-64180/1.5/src/INIMOD.MAC b/system/shard-z80-ruc-64180/1.5/src/INIMOD.MAC index 4127c88..6c2cdf1 100644 --- a/system/shard-z80-ruc-64180/1.5/src/INIMOD.MAC +++ b/system/shard-z80-ruc-64180/1.5/src/INIMOD.MAC @@ -634,4 +634,3 @@ ITABLEN EQU $-VECTAB ;..................................................................... ZZZZZD: END - \ No newline at end of file diff --git a/system/shard-z80-ruc-64180/1.5/src/INT65.MAC b/system/shard-z80-ruc-64180/1.5/src/INT65.MAC index f47d45c..55efcf6 100644 --- a/system/shard-z80-ruc-64180/1.5/src/INT65.MAC +++ b/system/shard-z80-ruc-64180/1.5/src/INT65.MAC @@ -409,4 +409,3 @@ EFLOW5A: ;------------------------------------------------------------------- END - \ No newline at end of file diff --git a/system/shard-z80-ruc-64180/1.5/src/INTMOD.MAC b/system/shard-z80-ruc-64180/1.5/src/INTMOD.MAC index 9e419ce..ebff654 100644 --- a/system/shard-z80-ruc-64180/1.5/src/INTMOD.MAC +++ b/system/shard-z80-ruc-64180/1.5/src/INTMOD.MAC @@ -1290,4 +1290,3 @@ XFLGB: DEFB 0 ; XON/XOFF auf SCCB ausgabeseitig ? ;**************************************************************** END - \ No newline at end of file diff --git a/system/shard-z80-ruc-64180/1.5/src/LOAD.MAC b/system/shard-z80-ruc-64180/1.5/src/LOAD.MAC index 5e457e4..e6fa7e2 100644 --- a/system/shard-z80-ruc-64180/1.5/src/LOAD.MAC +++ b/system/shard-z80-ruc-64180/1.5/src/LOAD.MAC @@ -167,4 +167,3 @@ CONFLG EQU $-UMSCH ; END - \ No newline at end of file diff --git a/system/shard-z80-ruc-64180/1.5/src/NIBLE.INC b/system/shard-z80-ruc-64180/1.5/src/NIBLE.INC index 25971bc..f52f900 100644 --- a/system/shard-z80-ruc-64180/1.5/src/NIBLE.INC +++ b/system/shard-z80-ruc-64180/1.5/src/NIBLE.INC @@ -110,4 +110,3 @@ to_nibble endif ; Ende von NIBLE.INC - \ No newline at end of file diff --git a/system/shard-z80-ruc-64180/1.5/src/PORTS.MAC b/system/shard-z80-ruc-64180/1.5/src/PORTS.MAC index e90484b..d9a99f1 100644 --- a/system/shard-z80-ruc-64180/1.5/src/PORTS.MAC +++ b/system/shard-z80-ruc-64180/1.5/src/PORTS.MAC @@ -35,4 +35,3 @@ RTCRD EQU 0CDH ; Register D, VRT-Bit RTCRAM EQU 0CEH ; Ab hier bis 0FFH Batary-RAM ; ;---------------------------------------------------------------- - \ No newline at end of file diff --git a/system/shard-z80-ruc-64180/1.5/src/SCSI.MAC b/system/shard-z80-ruc-64180/1.5/src/SCSI.MAC index d77778c..32c0583 100644 --- a/system/shard-z80-ruc-64180/1.5/src/SCSI.MAC +++ b/system/shard-z80-ruc-64180/1.5/src/SCSI.MAC @@ -1475,4 +1475,3 @@ INILNG EQU $-INITAB ;**************************************************************** END - \ No newline at end of file diff --git a/system/shard-z80-ruc-64180/1.5/src/SCSI.PAS b/system/shard-z80-ruc-64180/1.5/src/SCSI.PAS index e3c298e..7316dac 100644 --- a/system/shard-z80-ruc-64180/1.5/src/SCSI.PAS +++ b/system/shard-z80-ruc-64180/1.5/src/SCSI.PAS @@ -269,4 +269,3 @@ FUNCTION floppy_blocknummer (eumel_blocknummer : INTEGER) : INTEGER ; END ; - \ No newline at end of file diff --git a/system/shard-z80-ruc-64180/1.5/src/SHARD.AEX b/system/shard-z80-ruc-64180/1.5/src/SHARD.AEX index 432b781..061431a 100644 --- a/system/shard-z80-ruc-64180/1.5/src/SHARD.AEX +++ b/system/shard-z80-ruc-64180/1.5/src/SHARD.AEX @@ -12,4 +12,4 @@ L80