From 0e3ea595cac925bd701b0b8ec8df4e02cd12a2fd Mon Sep 17 00:00:00 2001 From: Anatoliy Belyanskiy Date: Sun, 31 Mar 2024 02:19:51 +1000 Subject: [PATCH] ... --- constants/EXE_Header.z80 | 1 + constants/dss_equ.inc | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/constants/EXE_Header.z80 b/constants/EXE_Header.z80 index 7377fd2..b1a149e 100644 --- a/constants/EXE_Header.z80 +++ b/constants/EXE_Header.z80 @@ -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 Сигнатура diff --git a/constants/dss_equ.inc b/constants/dss_equ.inc index 9d168f4..2d10533 100644 --- a/constants/dss_equ.inc +++ b/constants/dss_equ.inc @@ -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