mirror of
https://github.com/Tolik-Trek/Shared_Includes.git
synced 2026-06-16 01:21:07 +03:00
...
This commit is contained in:
parent
3941b4176f
commit
0e3ea595ca
@ -3,6 +3,7 @@
|
|||||||
IFNDEF App_EXE_Version
|
IFNDEF App_EXE_Version
|
||||||
DEFINE App_EXE_Version 0
|
DEFINE App_EXE_Version 0
|
||||||
ENDIF
|
ENDIF
|
||||||
|
|
||||||
ORG org_addr - exe_header.length
|
ORG org_addr - exe_header.length
|
||||||
exe_header:
|
exe_header:
|
||||||
BYTE 'EXE' ; 0-2 EXE ‘¨£ âãà
|
BYTE 'EXE' ; 0-2 EXE ‘¨£ âãà
|
||||||
|
|||||||
@ -118,6 +118,10 @@ Dss:
|
|||||||
.EDIT EQU #34
|
.EDIT EQU #34
|
||||||
.K_CLEAR EQU #35
|
.K_CLEAR EQU #35
|
||||||
.K_SETUP EQU #36
|
.K_SETUP EQU #36
|
||||||
|
.K_SETUP.SetLayout EQU 0*256 + .K_SETUP
|
||||||
|
.K_SETUP.GetSoundVars EQU 1*256 + .K_SETUP
|
||||||
|
.K_SETUP.SetSoundVars EQU 2*256 + .K_SETUP
|
||||||
|
.K_SETUP.ClearSIObuff EQU 3*256 + .K_SETUP
|
||||||
.TestKey EQU #37
|
.TestKey EQU #37
|
||||||
;
|
;
|
||||||
; Memory
|
; Memory
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user