Skip to content

Commit f099437

Browse files
Updated documentation; added song recording functionality to include tempo parameter recording; removed unnecessary declarations from SFX API for MadPascal
1 parent 84a2af8 commit f099437

7 files changed

Lines changed: 315 additions & 109 deletions

File tree

bin/SFXMM/DROL.SMM

73 Bytes
Binary file not shown.

const.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// SFX Music Maker basic setup
22
SFXMM_VER1_0 = $10;
33
SFXMM_VER1_1 = $11;
4+
SFXMM_VER1_2 = $12;
45

56
FILEPATHMaxLength = 127;
67

0 commit comments

Comments
 (0)