|
Atari coding BBS
Re: non 50Hz sndh replay question |
Posted by: Bod/STAX
|
Jun,28.2014-08:01
|
I'm assuming from your post that you want to run the machine in 60hz but the replay remains at 50hz and that you want to still call the 'play' offset from the vbl?
If so just skip 10 frames in the vbl, like this:
subq.w #1,count
tst.w count
bpl.s skip
move.w #10-1,count
bsr play
skip
count dc.w 0
This should be OK for chip tunes but I am unsure about any digisound stuff like quartet.
Sorry if this isn't right but I've only just got up and I've never tried this.
|
[All messages in this thread] [Start new thread]
Topic
|
Posted by
|
Date
|
non 50Hz sndh replay question
|
mkm/lms
|
Jun,27.2014-14:10
|
Re: non 50Hz sndh replay question
|
Bod/STAX
|
Jun,28.2014-08:01
|
Re: non 50Hz sndh replay question
|
mkm/lms
|
Jun,28.2014-11:35
|
Re: non 50Hz sndh replay question
|
gwEm
|
Jun,28.2014-14:14
|
Re: non 50Hz sndh replay question
|
mkm/lms
|
Jun,29.2014-12:46
|
Re: non 50Hz sndh replay question
|
Bod/STAX
|
Jun,29.2014-17:22
|
Re: non 50Hz sndh replay question
|
mkm/lms
|
Jun,29.2014-20:59
|
Re: non 50Hz sndh replay question
|
evil
|
Jun,29.2014-21:37
|
Re: non 50Hz sndh replay question
|
gwEm
|
Jul,02.2014-12:51
|
Re: non 50Hz sndh replay question
|
ggn
|
Jul,02.2014-13:14
|
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.
|