system/board: Post-SVN clean up

- Fix ASM include paths.
- Note: Line endings standardised from `CRLF` > `LF`, so best to view diffs with whitespace changes hidden.
This commit is contained in:
2025-05-20 21:41:52 +01:00
committed by Andrew
parent 4686290da4
commit 391f9c3b48
2 changed files with 2557 additions and 2554 deletions

View File

@@ -27,7 +27,7 @@
;; ;; ;; ;;
;;================================================================================================;; ;;================================================================================================;;
include 'xcf.inc' include 'xcf.inc'
;include '../../../../../system/board/trunk/debug.inc' ;include '../../../../../system/board/debug.inc'
MAX_LAYERS = 255 MAX_LAYERS = 255
@@ -821,7 +821,7 @@ endl
mov [bottom_x1], 0 mov [bottom_x1], 0
mov ecx, [ebx + Image.Width] mov ecx, [ebx + Image.Width]
mov [bottom_length], ecx mov [bottom_length], ecx
mov eax, [edx + Image.Extended] mov eax, [edx + Image.Extended]
movsx eax, word[eax + xcf_ext.offset_x] movsx eax, word[eax + xcf_ext.offset_x]
@@ -858,7 +858,7 @@ endl
mov [bottom_y1], 0 mov [bottom_y1], 0
mov ecx, [ebx + Image.Height] mov ecx, [ebx + Image.Height]
mov [bottom_length], ecx mov [bottom_length], ecx
mov eax, [edx + Image.Extended] mov eax, [edx + Image.Extended]
movsx eax, word[eax + xcf_ext.offset_y] movsx eax, word[eax + xcf_ext.offset_y]
@@ -972,7 +972,7 @@ endl
add edi, edx add edi, edx
mov edx, [edi] mov edx, [edi]
jmp .composite_found jmp .composite_found
@@: @@:
add edi, 16 add edi, 16
dec ecx dec ecx
jnz .still jnz .still

File diff suppressed because it is too large Load Diff