| |
Stainless Steel
Registered: Mar 2003 Posts: 966 |
Sid Duzz It
Hi'yall,
I was wondering who else is using Shape's SDI editor around here. I would like to talk about the editor with other users about their experiences with it and maybe some technical blah blah aswell.
Cheers! |
|
... 169 posts hidden. Click here to view all posts.... |
| |
Fredrik
Registered: Apr 2009 Posts: 205 |
I tried the Sid Relocator, and when playing the sidfile efter that, only 2 channels are playing. Perhaps some bug in the Sid Relocator?
|
| |
6R6
Registered: Feb 2002 Posts: 246 |
Locate this position in the source
and insert the 3 commented lines
;---------- START OF DRIVER/DATA
* = $1000
adr ;1st line
* = $c000 ;2nd line - use $1000 if you want to run.
.offs adr-* ;3rd line
You can change line 2 to anything you like, from
$0000-$FFFF. But if you want to listen to it. You need
to set this line to $1000.
When you compile with 2nd line * = $c000, then
turboassembler will show something like this:
first adress: 0c00
last adress: cafd
at this point DONT press S to run. just press any other
key to exit back to tass.
Now go to monitor and save the file to $c000:
save "music",8,1000,1afd,c000
And thats it.
|
| |
6R6
Registered: Feb 2002 Posts: 246 |
Quote: Ok, when i imported the sdi dumpfile in Tass, and then changed the startadress of driver to $c000 and then pressed "arrow" and "3" for assembing them, the blue screan came and it said "ready" at the top
Its because you compile over turboassmbler.
Turboassembler is located at 9000-d000 and upwards
and source code is located at 9000 and downwards to 6000.
So when you compile to $c000 like this you destroy turboass.
|
| |
SIDWAVE Account closed
Registered: Apr 2002 Posts: 2238 |
.offs $5000 ; (c000+5000 = 1000)
*=$c000
will compile $c000 code to $1000 so you can save from 1000-end
the the code will be relocated to c000, but saveable from 1000
then:
s"music",8,1000,2000,c000
will give start address on file = c000 |
| |
Fredrik
Registered: Apr 2009 Posts: 205 |
I will try it
Thanx!
|
| |
Fredrik
Registered: Apr 2009 Posts: 205 |
Rambones, I did exactly as you said, but i cant get it to sound as a sidfile?
In sidedit, i changed the loadadress to $C000
and init $c000 and play $C003
|
| |
Steppe
Registered: Jan 2002 Posts: 1510 |
Does SDI still need TAX on init? |
| |
Rough Account closed
Registered: Feb 2002 Posts: 1829 |
Hm, is the tune file longer than $1000 bytes?
Did you check the code at $C000? Was it properly located to work in the $C000-$D000 location?
If it still doesn't work you can mail the files to me at adamsky@gmx.ch (but please let me know via pm on CSDb, cause I rarely check that e-mail)
|
| |
SIDWAVE Account closed
Registered: Apr 2002 Posts: 2238 |
Fredrik: if you get problem, then email it to me.
its a bit hard to guess what you have done wrong, so better to see it, then explain afterwards. |
| |
Fredrik
Registered: Apr 2009 Posts: 205 |
Before the number 84 in tempo, there is 2 zeros.
What are they for?
If i change the 84 to 85, the tempo gets slower.
|
Previous - 1 | ... | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 - Next |