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
parent
commit
e2c249bba2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Bluejay.asm

2
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:

Loading…
Cancel
Save