| |
Fredrik
Registered: Apr 2009 Posts: 205 |
Init and playadress of the second and third songs
In Cybertracker, there is room for subtunes.
Can someone tell me the start and init if I make some tune with sub-songs?
And how i tell that to the Sidedit.
|
|
| |
JackAsser
Registered: Jun 2002 Posts: 2038 |
Quote: In Cybertracker, there is room for subtunes.
Can someone tell me the start and init if I make some tune with sub-songs?
And how i tell that to the Sidedit.
Normally sub-tunes are handled by setting the A-reg prior to init, dunno if it applied to Cybertracker though. Like:
lda #subtune
jsr init
.
.
.
jsr play
.
.
.
|
| |
Stainless Steel
Registered: Mar 2003 Posts: 966 |
My guess is, its not that easy with cybertracker. Seeing its odd playerroutine. I might be wrong though. |
| |
Fredrik
Registered: Apr 2009 Posts: 205 |
This Cybertrackertune has 2 subsongs, but I did not succeed to get the sidplayer to play the 2 subsongs.
Can someone help me with that?
The PRG file is the Cybertrackers executable file and sys 18096 starts the tune.
In sidedit the init is $53A2 and play is $53E2
The PRG files is here:
http://noname.c64.org/csdb/getinternalfile.php/77059/TESTMUSI.P..
|