From e8233e9c5a5e6bac6572603f6bbaf01abc1faeaa Mon Sep 17 00:00:00 2001 From: Anatoliy Belyanskiy Date: Sat, 3 Feb 2024 02:31:41 +1000 Subject: [PATCH] ... --- MK_DEMO.ASM | 10 +++++----- Shared_Includes | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/MK_DEMO.ASM b/MK_DEMO.ASM index c674615..be191cf 100644 --- a/MK_DEMO.ASM +++ b/MK_DEMO.ASM @@ -413,16 +413,16 @@ BEGIN: DI IF MODE_CBL ; [ 1 ] -----< IF MUSIC_22khz - ld a,#9B + ld a,CBL.Blaster + CBL.Int_on + CBL.KHz_22 ELSE - ld a,#9A + ld a,CBL.Blaster + CBL.Int_on + CBL.KHz_16 ENDIF ELSE ; [ 2 ] -----< IF MUSIC_22khz - ld a,#9B + ld a,CBL.Blaster + CBL.Int_on + CBL.KHz_22 ELSE - ld a,#9A + ld a,CBL.Blaster + CBL.Int_on + CBL.KHz_16 ENDIF ENDIF ; [ . ] -----< @@ -1670,4 +1670,4 @@ EXIT_MSG: DZ 'All done)))',13,10 ;---[] ; ASSERT IM2_Handler>$, "The code leaks into the IM2 byte address!" -; \ No newline at end of file +; diff --git a/Shared_Includes b/Shared_Includes index a6dee8e..4d37c33 160000 --- a/Shared_Includes +++ b/Shared_Includes @@ -1 +1 @@ -Subproject commit a6dee8e17ae12b251f306290793a56a6b0dd5ae3 +Subproject commit 4d37c338c31c060e7a42f1e47fad93b69af34a5b