system/MyKey: 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 19:24:29 +01:00
committed by Andrew
parent d22eff4ac3
commit a23e80eead

View File

@@ -1,4 +1,7 @@
include '../../../proc32.inc'
; SPDX-License-Identifier: NOASSERTION
;
include '../../proc32.inc'
macro start_draw_window x,y,xsize,ysize,areacolor,caption,capsize
{
@@ -160,4 +163,3 @@ macro putpixel x,y,color
mov edx, color
int 0x40
}