Skip to content

Commit 5a838dd

Browse files
author
Hacktix
committed
Merge branch 'main' of https://github.com/Hacktix/Bootix
2 parents a5749ff + d4d9979 commit 5a838dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bootix_dmg.asm

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
INCLUDE "inc/hardware.inc"
22

33
SCX_MAX_OFF EQU $10
4-
ANIM_TIMEOUT EQU 30
5-
SOUND_TIMEOUT_1 EQU 30
6-
SOUND_TIMEOUT_2 EQU 498
4+
ANIM_TIMEOUT EQU 28
5+
SOUND_TIMEOUT_1 EQU 39
6+
SOUND_TIMEOUT_2 EQU 394
77

88
SECTION "Bootrom", ROM0[0]
99
; Initialize SP

0 commit comments

Comments
 (0)