diff --git a/com.wudsn.ide.base.feature/feature.xml b/com.wudsn.ide.base.feature/feature.xml index bed72c32..3dc678ff 100644 --- a/com.wudsn.ide.base.feature/feature.xml +++ b/com.wudsn.ide.base.feature/feature.xml @@ -15,7 +15,7 @@ you plan to install WUDSN IDE itself. - WUDSN IDE Copyright (C) 2009 - 2014 Peter Dell + WUDSN IDE Copyright (C) 2009 - 2019 Peter Dell 66822 Lebach, Germany This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/com.wudsn.ide.feature/feature.xml b/com.wudsn.ide.feature/feature.xml index 8d2cd920..cc68c7a1 100644 --- a/com.wudsn.ide.feature/feature.xml +++ b/com.wudsn.ide.feature/feature.xml @@ -13,7 +13,7 @@ computers. - WUDSN IDE Copyright (C) 2009 - 2018 Peter Dell + WUDSN IDE Copyright (C) 2009 - 2019 Peter Dell 66822 Lebach, Germany This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/com.wudsn.ide.ref/PAS/Atari8/MP/Example.bat b/com.wudsn.ide.ref/PAS/Atari8/MP/Example.bat deleted file mode 100644 index 01ee55c2..00000000 --- a/com.wudsn.ide.ref/PAS/Atari8/MP/Example.bat +++ /dev/null @@ -1,14 +0,0 @@ -mp.exe Example.pas -if ERRORLEVEL 1 goto :error - -mads.exe Example.a65 -x -i:base -o:Example.xex -if ERRORLEVEL 1 goto :error - -start Example.xex -goto: eof - -:error -pause - - - diff --git a/com.wudsn.ide.ref/PAS/Atari8/MP/Example.pas b/com.wudsn.ide.ref/PAS/Atari8/MP/Example.pas deleted file mode 100644 index 64cf8a8c..00000000 --- a/com.wudsn.ide.ref/PAS/Atari8/MP/Example.pas +++ /dev/null @@ -1,43 +0,0 @@ -Program Hello; - -// Comment -var SDLSTL: word absolute $230; -var COLPF2: byte absolute $d018; -var COLBK: byte absolute $d01a; -var NMIEN: byte absolute $d40e; - -Procedure MeinDLI; assembler; interrupt; -asm -{ pha - - lda #$38 - sta wsync - sta COLPF2 - - pla -}; -end; - - -Procedure HiThere; -Begin - Writeln('Hello World'); -End; - - -var dl_ptr: ^byte; -Begin - HiThere; - SetIntVec(iDLI, @MeinDLI); - - dl_ptr:=Pointer(SDLSTL+10); - - dl_ptr^:=dl_ptr^ or $80; - NMIEN:=$c0; - - repeat - COLBK:=14; - COLBK:=0; - until false; - -End. diff --git a/com.wudsn.ide.ref/PAS/Atari8/MP/Example.xex b/com.wudsn.ide.ref/PAS/Atari8/MP/Example.xex deleted file mode 100644 index 4a76ce0a..00000000 Binary files a/com.wudsn.ide.ref/PAS/Atari8/MP/Example.xex and /dev/null differ