|
Post by markos on Jan 5, 2013 0:18:14 GMT -5
Well! Let me see if I understand what was said here: The songs "tfm" and "Vgm" can be performed using the basiegaxorz, but you can not include routine games with her?
I tried using the program "lakabajo" to do something, but the emulator freezes
I did nothing else. Just put like this: mainloop:
sleep 1
goto mainloop
As is the script shiru, but with the script lakabajo that plays music perfectly.
I visited the link posted above, but found no help there. By the way, I do not wish to use real hardware. What I'm trying to do, is to run experiments on the playstation 2 emulator, symbian, android, etc.. So there is no problem for me if the tfm have problems to work on mega-drive. Some things I already tested it on my nokia symbian with, and it worked fine. Including the execution of lakabajo. It was cool, and it cheered me up a lot.
I wish it were possible, someone here make available a link to a script that played in bex music, and had a simple routine for me to study the operation.
I found demos created by members of this and other forums, but they have not put scripts. Only the file. "Bin". Actually, I do not know if it was written in the same basiegaxorz.
Thank you in advance to anyone who was willing to answer. Hope this translated text has gotten past my question for you.
|
|
Deleted
Deleted Member
Posts: 0
|
Post by Deleted on Jan 7, 2013 16:34:03 GMT -5
I don't know why LAKABAJO wouldn't compile right for you. I think re-using the LAKABAJO example should be the easiest way for you. What are the compiler error messages?
|
|
|
Post by nathan999 on Mar 12, 2013 10:51:36 GMT -5
Has anybody used the fixed TFM player alongside any Z80-based PCM sample player? I've managed to make TADPCM sample player to work in my game, but it corrupts the music being player by the TFM player. I don't know how to fix this issue. Is there any other Z80-based PCM sample player which can be used alongside the TFM player without interference? By the way, I fixed the TADPCM sample player (as posted by sega16 elsewhere) so it doesn't have to reload the driver everytime you launch a new sample. I've also modified the Z80 driver so any sample played stops the currently playing sample, which is a behaviour more suited for games. If anybody is interested, just tell
|
|
|
Post by nathan999 on Mar 12, 2013 12:40:24 GMT -5
Well, I got it to work! Problem was that z80 driver wasn't setting the DAC register address ($2a) at $4000 everytime it wrote a new sample to the DAC register, and the TFM player was overwriting $4000 everytime it needed a new command or note being played. It's solved just writing $2a to $4000 after the TFM player writes a new note. Tomorrow I will post everything so everybody can use TFM music and PCM samples in their games.
|
|
Deleted
Deleted Member
Posts: 0
|
Post by Deleted on Mar 16, 2013 22:31:26 GMT -5
One other problem is getting the replayer to shut up. I include a blank song and run something like this to stop the music:
gosub setupDriver : reload music_Silence : gosub tfdPlayInit
Still doesn't always work.
|
|
Deleted
Deleted Member
Posts: 0
|
Post by Deleted on Mar 17, 2013 8:30:15 GMT -5
You would need to use the mute command on all channels. In TFM, it would look like **** to note that it's muted, or to kill the sustain of the note.
|
|
|
Post by Sg on Aug 29, 2014 11:38:13 GMT -5
How to stop a tfd music when go back to title screen ? I use
pokeint &hA11100,&h100 'busreq on pokeint &hA11200,&h100 'reset Z80 and YM2612 while peekint(&hA11100).8 wend ' pokeint &hA11200,0 pokeint &hA11100,0 'busreq off or pokeint &hA11200,&h100 'reset Z80 and YM2612
or vTfdFrameCnt=0 or vTag=&hFB
or DISABLE tfdPlayFrame or DataPtr&=DataPtr&() or vTfdDataTemp&=&hFB
nothing work
|
|
Deleted
Deleted Member
Posts: 0
|
Post by Deleted on Aug 29, 2014 13:24:51 GMT -5
It was answered a post above yours. Apparently "sun Arcadia can't read".
|
|
|
Post by Sg on Aug 29, 2014 13:37:44 GMT -5
If i post it's because i can't do that how to use the mute command on all channels?
|
|
|
Post by sega16 on Aug 29, 2014 15:49:56 GMT -5
Quite honestly I think we should stop responding to Sun Arcadia. This will be the last thing I say that is in regards to Sun Arcadia.
|
|
|
Post by Sg on Aug 29, 2014 16:19:47 GMT -5
nice guys
|
|