From e2c249bba2851928fb75ba5ffebb5330132a8249 Mon Sep 17 00:00:00 2001 From: Dinesh Manajipet Date: Mon, 5 Apr 2021 04:21:24 +0530 Subject: [PATCH] fix: Change startup melody length from 64 to 62 notes (#20) As the first 4 bytes are now holding metadata --- Bluejay.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bluejay.asm b/Bluejay.asm index e4fd8ad..b73adf8 100644 --- a/Bluejay.asm +++ b/Bluejay.asm @@ -1355,7 +1355,7 @@ startup_beep_melody: cpl A jz startup_beep_done ; If first byte is 255, skip startup melody (settings may be invalid) - mov Temp5, #40h + mov Temp5, #62 mov DPTR, #(Eep_Pgm_Startup_Tune + 04h) startup_melody_loop: