Tabs to space, official vim adoption

This commit is contained in:
giomba 2018-09-14 16:22:01 +02:00
parent bb86656068
commit fcc479eaed
1 changed files with 117 additions and 109 deletions

View File

@ -376,6 +376,12 @@ checkStatus3
jmp 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
jsr sidtune + 3
jsr sidtune + 3
@ -973,3 +979,5 @@ printIntroEnd:
; this software is free software and is distributed
; under the terms of GNU GPL v3 license
;
; vim: set expandtab tabstop=4 shiftwidth=4: