Search results
SDCC 4.1.0 was released
Score: 169.43 %,
Type: Forum topic , Comments: 9 comments
version seems to work fine in my current project. It generates smaller files than v4.0.0 also, which I ... of ericb59's build-script.
Some official text:
Quote:
The official release for SDCC 4.1.0 ... GNU/Linux.
In addition to various bug fixes, notable features added since the 4.0.0 release are: ...
Writing to YM2413 - I dont want to wait more than needed
Score: 168.57 %,
Type: Forum topic , Comments: 2 comments
Oh those precious cycles
According to this, and many other sources, https://www.msx.org/wiki/MSX-Music_programming#Direct_usage_... I get the info about 7C:12 and 7D:84 cycles.
But can someone explain whether the wait is ...
Maximizing the usage of PSG channels
Score: 169.25 %,
Type: Forum topic , Comments: 35 comments
and you can set its volume too:
Ld a,sfx number
Ld c,channel (0-2)
Ld b,volume (inverted 0 ... a,sfx number
Ld c,channel (0-2)
Ld b,volume (inverted 0-16)
call PLY_AKG_PLAYSOUNDEFFECT
(I seem ...
