sointu toimii!

This commit is contained in:
2024-06-02 21:24:14 +03:00
parent 8c1fe50342
commit 1c6b4cdc7e
46 changed files with 7585 additions and 3150 deletions

View File

@ -1,17 +1,17 @@
; Compofiller Studio by Yzi
; Wrapper for 4klang.asm, so we can get our debug/test DLL to export the constants.
; Wrapper 4klang.asm, so we can get our debug/test DLL to export the constants.
%include "4klang.asm"
music_sample_rate:
dd SAMPLE_RATE
dd SU_SAMPLE_RATE
music_bpm:
dd __float32__(%[BPM])
dd __float32__(%[SU_BPM])
music_length_samples:
dd MAX_SAMPLES
dd SU_LENGTH_IN_SAMPLES
%macro EXPORT_FUNC 1
export %1