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-z80-ruc-64180/1.5/src | |
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-z80-ruc-64180/1.5/src')
29 files changed, 4 insertions, 29 deletions
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 </P:0,LOAD,/P:0100,SHARD,SCSI,CONOUT,DISK80,GRAFIK80,INTMOD,INT65,INIMOD,DISK
<EUMEL/N/E
EBOOT
-<J
\ No newline at end of file +<J
diff --git a/system/shard-z80-ruc-64180/1.5/src/SHARD.MAC b/system/shard-z80-ruc-64180/1.5/src/SHARD.MAC index c48b158..f84dd1a 100644 --- a/system/shard-z80-ruc-64180/1.5/src/SHARD.MAC +++ b/system/shard-z80-ruc-64180/1.5/src/SHARD.MAC @@ -1431,4 +1431,3 @@ CONBLKS:DEFW 2*4*8 ; Kanal 1 (Graphikspeicher) 4 * 8k Seiten ;****************************************************************
;
END
-
\ No newline at end of file diff --git a/system/shard-z80-ruc-64180/1.5/src/SHARD.SUB b/system/shard-z80-ruc-64180/1.5/src/SHARD.SUB index fca80b9..1438f05 100644 --- a/system/shard-z80-ruc-64180/1.5/src/SHARD.SUB +++ b/system/shard-z80-ruc-64180/1.5/src/SHARD.SUB @@ -4,4 +4,4 @@ L80 <EUMEL/N/E
<N
EBOOT
-<J
\ No newline at end of file +<J
diff --git a/system/shard-z80-ruc-64180/1.5/src/START.MAC b/system/shard-z80-ruc-64180/1.5/src/START.MAC index 483512c..ec199cd 100644 --- a/system/shard-z80-ruc-64180/1.5/src/START.MAC +++ b/system/shard-z80-ruc-64180/1.5/src/START.MAC @@ -2,4 +2,3 @@ EXTRN EBOOT
JP EBOOT
END
-
\ No newline at end of file diff --git a/system/shard-z80-ruc-64180/1.5/src/TRACK.INC b/system/shard-z80-ruc-64180/1.5/src/TRACK.INC index 2bd2d0c..162d1ae 100644 --- a/system/shard-z80-ruc-64180/1.5/src/TRACK.INC +++ b/system/shard-z80-ruc-64180/1.5/src/TRACK.INC @@ -164,4 +164,3 @@ write_it .printx 'Ende'
; Ende von NIBLE.INC
-
\ No newline at end of file diff --git a/system/shard-z80-ruc-64180/1.5/src/ZPAGE.INC b/system/shard-z80-ruc-64180/1.5/src/ZPAGE.INC index 43e51a3..a6edf3e 100644 --- a/system/shard-z80-ruc-64180/1.5/src/ZPAGE.INC +++ b/system/shard-z80-ruc-64180/1.5/src/ZPAGE.INC @@ -152,4 +152,3 @@ wait180 equ 0C086 ; DISK STOP180 equ 0C084 ; DISK
INT180 EQU 0C083 ; DISK
-
\ No newline at end of file |