From 298e58616925772220c0bc21148f5b37fca9d10a Mon Sep 17 00:00:00 2001 From: Mathias Rasmussen Date: Wed, 13 Jan 2021 20:36:00 +0100 Subject: [PATCH] refactor: Adjust startup beep --- Bluejay.asm | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Bluejay.asm b/Bluejay.asm index 499ba94..1edbd0e 100644 --- a/Bluejay.asm +++ b/Bluejay.asm @@ -1178,6 +1178,10 @@ wait1ms: mov Temp2, #1 sjmp wait_ms_o +wait5ms: + mov Temp2, #5 + sjmp wait_ms_o + wait10ms: mov Temp2, #10 sjmp wait_ms_o @@ -3522,11 +3526,11 @@ pgm_start: clr IE_EA ; Disable interrupts explicitly call wait100ms call beep_f1 - call wait10ms + call wait5ms call beep_f2 - call wait10ms + call wait5ms call beep_f1 - call wait10ms + call wait5ms call beep_f3 call wait200ms call beep_f2