Change .asm files that are actually only ever included into .inc-files, and rename all files as _header.inc & _footer.inc, depending where they are included.

This commit is contained in:
Veikko Sariola
2020-10-20 09:06:53 +03:00
parent 06e8365c06
commit af14cd310b
104 changed files with 190 additions and 190 deletions

View File

@ -1,6 +1,6 @@
%define BPM 100
%include "../src/sointu.inc"
%include "../src/sointu_header.inc"
BEGIN_PATTERNS
PATTERN 0,0,0,0,0,0,0,0,
@ -39,4 +39,4 @@ BEGIN_SAMPLE_OFFSETS
SAMPLE_OFFSET START(1680142),LOOPSTART(1483),LOOPLENGTH(95) ; name VIOLN70, unitynote 58 (transpose to 2), data length 1579
END_SAMPLE_OFFSETS
%include "../src/sointu.asm"
%include "../src/sointu_footer.inc"