system/end: Post-SVN clean up

- Move source code from `trunk` into program root directory.
- Update build files and ASM include paths.
This commit is contained in:
2025-05-20 20:52:13 +01:00
parent 084a169748
commit 6c05fda970
5 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ fasm system\cpu\cpu.asm %BIN%\cpu
fasm system\cpuid\trunk\cpuid.asm %BIN%\cpuid
fasm system\skincfg\trunk\skincfg.asm %BIN%\skincfg
fasm system\docpack\docpack.asm %BIN%\docpack
fasm system\end\trunk\end.asm %BIN%\end
fasm system\end\end.asm %BIN%\end
fasm system\gmon\gmon.asm %BIN%\gmon
fasm system\icon\icon.asm %BIN%\icon
fasm system\kbd\trunk\kbd.ASM %BIN%\kbd
@@ -1,3 +1,6 @@
; SPDX-License-Identifier: NOASSERTION
;
;
; END
;
@@ -7,7 +10,7 @@
;
; 15.02.2007 merge old END with new one (fron Veliant & Leency) by Heavyiron
include "..\..\..\macros.inc"
include "..\..\macros.inc"
meos_app_start
code
@@ -43,7 +46,7 @@ draw:
xor edx, edx
mcall
mov al,8
mcall ,58 shl 16 + 32,59 shl 16 + 34, 1 shl 30 + 1
inc edx
@@ -55,7 +58,7 @@ draw:
inc edx
mcall ,144 shl 16 + 43
mov al,12 ;end of redraw
mov al,12 ;end of redraw
mov ebx,2
mcall