Browse Source
fix: Change startup melody length from 64 to 62 notes (#20)
As the first 4 bytes are now holding metadata
main
Dinesh Manajipet
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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: |
|
|
|