|
DHS.NU news article
Showing 4 comments | Add another
yqn | 2020-06-04 | Nope, haven't tried yet, had issues to fix first, it's not on top of the priority list but i'll try when i can! I'll try to add that feature to a music disk |
Dma-Sc | 2020-05-28 | Hey YQN, did you succeed in having it working? :) |
yqn | 2020-05-23 | damn, posted by mistake before finishing my post!
move.w#63,d0
move.l sndh_adr,a0
jsr 12(a0)
would play the tune at half the volume compared to
move.l sndh_adr,a0
jsr 8(a0)
?
anyway i'll try but that's great news!
|
yqn | 2020-05-23 | Pardon me i'm n00b in assembly but the global volume feature is really something I wanted, thanks gw3m & dma-sc (was his request right?)
If i understand the manual correctly:
MUSIC +$C (binary replayer) = set d0.w 0->127 and branch here to set global vol
I would have to do:
move.w#63,d0
move.l sndh_adr,a0
jsr 8(a0) ;play
|
|