|
Atari coding BBS
Re: Sid Sound |
Posted by: Defjam
|
Jun,14.2007-00:03
|
The 20th Anniversary reset-screen uses
"software calculated SID-sound", that means the 2nd square wave is calculated in software - emulating the square wave produced by the timer interrupt.
The max. frequency is 15650 Hz (each scanline)
some code snippet:
; d0 ... increment (frequency)
; d1 ... counter
; d2 ... volume (hi/lo)
; a0 ... $ff8800
add.w d0,d1
bcc.s no_toogle
swap d2
no_toogle:
movep.w d2,0(a0)
Some years ago I made a SSD replayer (3 sidvoices) in fullscreen, using the same technique - but unfortunately not released yet. :(
But.. I think I was the first one to do such kind of code. :)
|
[All messages in this thread] [Start new thread]
Topic
|
Posted by
|
Date
|
Sid Sound
|
Bod/STAX
|
May,10.2007-16:12
|
Re: Sid Sound
|
gwEm
|
May,10.2007-19:30
|
Re: Sid Sound
|
Bod/STAX
|
May,11.2007-20:29
|
Re: Sid Sound
|
gwem
|
May,13.2007-14:45
|
Re: Sid Sound
|
Grazey
|
May,30.2007-20:15
|
Re: Sid Sound
|
Bod/STAX
|
Jun,01.2007-18:44
|
Re: Sid Sound
|
Grazey
|
Jun,03.2007-16:27
|
Re: Sid Sound
|
Defjam
|
Jun,14.2007-00:03
|
Re: Sid Sound
|
gwem
|
Jun,14.2007-20:41
|
Re: Sid Sound
|
Bod/STAX
|
Jun,14.2007-22:49
|
Re: Sid Sound
|
gwEm
|
Jun,15.2007-00:03
|
Re: Sid Sound
|
Grazey
|
Jun,15.2007-19:18
|
What's the anti-troll code? That's your personal code to be able to add comments and messages on the dhs.nu site.
Don't have a code or forgot it? Fix it here.
|