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,7 +1,7 @@
%define BPM 100
%define INCLUDE_DELAY_MODULATION
%include "../src/sointu.inc"
%include "../src/sointu_header.inc"
BEGIN_PATTERNS
PATTERN 80, HLD, HLD, HLD, HLD, HLD, HLD, HLD, HLD, HLD, HLD, 0, 0, 0, 0, 0
@ -28,4 +28,4 @@ BEGIN_DELTIMES
DELTIME 1000
END_DELTIMES
%include "../src/sointu.asm"
%include "../src/sointu_footer.inc"