Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Hacktix/Bootix
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacktix committed Mar 9, 2021
2 parents a5749ff + d4d9979 commit 5a838dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bootix_dmg.asm
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
INCLUDE "inc/hardware.inc"

SCX_MAX_OFF EQU $10
ANIM_TIMEOUT EQU 30
SOUND_TIMEOUT_1 EQU 30
SOUND_TIMEOUT_2 EQU 498
ANIM_TIMEOUT EQU 28
SOUND_TIMEOUT_1 EQU 39
SOUND_TIMEOUT_2 EQU 394

SECTION "Bootrom", ROM0[0]
; Initialize SP
Expand Down

0 comments on commit 5a838dd

Please sign in to comment.