develop/asciivju: Post-SVN tidy

- Move source code from `trunk` into program root directory.
- Update build files and 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-22 11:36:12 +01:00
parent 7e63294b5e
commit d49a6b22ff
2 changed files with 329 additions and 325 deletions

View File

@@ -1,10 +1,14 @@
; SPDX-License-Identifier: NOASSERTION
;
use32 use32
org 0x0 org 0x0
db 'MENUET01' db 'MENUET01'
dd 0x01,start,i_end,e_end,e_end,0,0 dd 0x01,start,i_end,e_end,e_end,0,0
include '../../../proc32.inc' include '../../proc32.inc'
include '../../../macros.inc' include '../../macros.inc'
BUTTON_SIDE = 28 ; button are squares BUTTON_SIDE = 28 ; button are squares
BUTTON_SPACE = 34 ; space between cols and rows BUTTON_SPACE = 34 ; space between cols and rows