mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-25 16:34:45 -04:00
refactor(asm&go4k): Rename OSCILLAT and COMPRES macros to OSCILLATOR and COMPRESS.
Now the macro names correspond 1 - 1 to the unit names in go-side, allowing easier parsing.
This commit is contained in:
@ -356,7 +356,7 @@ endstruc
|
||||
%endif
|
||||
%endmacro
|
||||
|
||||
%macro SU_COMPRES 6
|
||||
%macro SU_COMPRESSOR 6
|
||||
db %2
|
||||
db %3
|
||||
db %4
|
||||
|
@ -70,7 +70,7 @@ endstruc
|
||||
%define GATE 0x04
|
||||
%define UNISONBITS 0x03
|
||||
|
||||
%macro SU_OSCILLAT 10
|
||||
%macro SU_OSCILLATOR 10
|
||||
db %2
|
||||
db %3
|
||||
db %4
|
||||
|
Reference in New Issue
Block a user