Tabs to space, official vim adoption
This commit is contained in:
parent
bb86656068
commit
fcc479eaed
@ -376,6 +376,12 @@ checkStatus3
|
|||||||
jmp checkEndStatus
|
jmp checkEndStatus
|
||||||
checkEndStatus:
|
checkEndStatus:
|
||||||
|
|
||||||
|
#if DEBUG = 1
|
||||||
|
; Change background to show how much time does music take for each interrupt
|
||||||
|
lda #1
|
||||||
|
sta $d020
|
||||||
|
#endif
|
||||||
|
|
||||||
; Play music
|
; Play music
|
||||||
jsr sidtune + 3
|
jsr sidtune + 3
|
||||||
jsr sidtune + 3
|
jsr sidtune + 3
|
||||||
@ -973,3 +979,5 @@ printIntroEnd:
|
|||||||
; this software is free software and is distributed
|
; this software is free software and is distributed
|
||||||
; under the terms of GNU GPL v3 license
|
; under the terms of GNU GPL v3 license
|
||||||
;
|
;
|
||||||
|
|
||||||
|
; vim: set expandtab tabstop=4 shiftwidth=4:
|
||||||
|
Loading…
Reference in New Issue
Block a user