mirror of
https://github.com/Tolik-Trek/Shared_Includes.git
synced 2026-06-15 09:01:33 +03:00
...
This commit is contained in:
parent
3941b4176f
commit
0e3ea595ca
@ -3,6 +3,7 @@
|
||||
IFNDEF App_EXE_Version
|
||||
DEFINE App_EXE_Version 0
|
||||
ENDIF
|
||||
|
||||
ORG org_addr - exe_header.length
|
||||
exe_header:
|
||||
BYTE 'EXE' ; 0-2 EXE ‘¨£ âãà
|
||||
|
||||
@ -118,6 +118,10 @@ Dss:
|
||||
.EDIT EQU #34
|
||||
.K_CLEAR EQU #35
|
||||
.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
|
||||
;
|
||||
; Memory
|
||||
|
||||
Loading…
Reference in New Issue
Block a user