mirror of
https://github.com/Tolik-Trek/MK.DEMO.git
synced 2026-06-15 09:31:38 +03:00
Переход на относительные URL подмодулей
This commit is contained in:
parent
7517b3ccc2
commit
7d24044206
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -1,4 +1,4 @@
|
|||||||
[submodule "Shared_Includes"]
|
[submodule "Shared_Includes"]
|
||||||
branch = main
|
branch = main
|
||||||
path = Shared_Includes
|
path = Shared_Includes
|
||||||
url = https://github.com/Tolik-Trek/Shared_Includes.git
|
url = ../Shared_Includes.git
|
||||||
|
|||||||
@ -47,7 +47,7 @@ Attribute BYTE #5C ; bit0 == 1 -
|
|||||||
;-------------------------[Standart EQU section]------------------------
|
;-------------------------[Standart EQU section]------------------------
|
||||||
org_addr EQU #8000+CLP_Buffer
|
org_addr EQU #8000+CLP_Buffer
|
||||||
code_addr EQU START
|
code_addr EQU START
|
||||||
stack_point EQU #BFFF
|
stack_point EQU #C000
|
||||||
program_start EQU START
|
program_start EQU START
|
||||||
Loader_length EQU 0
|
Loader_length EQU 0
|
||||||
;-----------------------------------------------------------------------
|
;-----------------------------------------------------------------------
|
||||||
@ -109,8 +109,9 @@ IM2_Handler EQU #88FF
|
|||||||
;-----------------------------------------------------------------------
|
;-----------------------------------------------------------------------
|
||||||
;
|
;
|
||||||
|
|
||||||
INCLUDE 'Shared_Includes/constants/EXE_Header.z80'
|
;INCLUDE 'Shared_Includes/constants/EXE_Header.z80'
|
||||||
ORG org_addr
|
;ORG org_addr
|
||||||
|
EXE_ORG org_addr
|
||||||
|
|
||||||
START: ld c,Dss.GetVMod
|
START: ld c,Dss.GetVMod
|
||||||
rst ToDSS
|
rst ToDSS
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
Subproject commit 2b1e30c6108f0a5c271f84558e1e5f804a6d623a
|
Subproject commit 90d829290d3946ab99952128f4717dde577ced04
|
||||||
Loading…
Reference in New Issue
Block a user