This commit is contained in:
Tolik 2025-04-26 02:13:49 +10:00
parent e0dd54cb56
commit a6c50f5724

View File

@ -140,6 +140,8 @@ Dss:
.K_SETUP.SetLayout EQU 0*256 + .K_SETUP .K_SETUP.SetLayout EQU 0*256 + .K_SETUP
.K_SETUP.GetSoundVars EQU 1*256 + .K_SETUP .K_SETUP.GetSoundVars EQU 1*256 + .K_SETUP
.K_SETUP.SetSoundVars EQU 2*256 + .K_SETUP .K_SETUP.SetSoundVars EQU 2*256 + .K_SETUP
.K_SETUP.ShowCursor EQU 3*256 + .K_SETUP
.K_SETUP.HideCursor EQU 4*256 + .K_SETUP
.TestKey EQU #37 .TestKey EQU #37
; ;
; Memory ; Memory