Log inRegister an accountBrowse CSDbHelp & documentationFacts & StatisticsThe forumsAvailable RSS-feeds on CSDbSupport CSDb Commodore 64 Scene Database
You are not logged in - nap
CSDb User Forums


Forums > C64 Composing > SID DUZZ IT > Help!!<
2005-11-26 13:06
Bamu®
Account closed

Registered: May 2005
Posts: 1332
SID DUZZ IT > Help!!<

Hi,

I'm looking for something like a tutorial for SDI that explains everything - step by step - in a simple way.

Ps: Where can i find the digi-version of SDI??
 
... 12 posts hidden. Click here to view all posts....
 
2005-11-30 10:26
ready.

Registered: Feb 2003
Posts: 441
Quote: Ok, now I got the docs :-)
But, it is still complicated....

and there are some other problems:

How can I run it with the MMC64?
FAT16 does not allow to use filenames that contains a ">".

It is really annoying that SDI shows the rastertime. Hi hate that
flickering on the screen :-=
How can I hack SDI in order that no rastertime is shown (maybe with a hexeditor?)


Easy hacking solution: put a piece of black tape on the screen and the raster time flickering is gone!!

Seriously, have you tried with VICE built in monitor? I managed to do some hacking with it a few times.
2005-11-30 11:42
6R6

Registered: Feb 2002
Posts: 244
Nata,
Here's how to hack it:

Run editor.
When the sdi screen appears press shift+runstop.
Go to monitor:

hunt $0800-$3000 for lda #$3e
hunt $da00-$e000 for cmp #$3e
replace $3e with a sign or letter you want instead.

save"sdi.bin",8,0801,fff7
Then crunch the saved file.
(exomizer.exe -s$080d sdi.bin -o sdi.exo)

I dont know much about your mmcc64, but I can tell you this:
The editor uses several kernal calls that are ment for
drive talking.

It won't work with IDE64 because of this.

GRG
2005-11-30 13:15
Bamu®
Account closed

Registered: May 2005
Posts: 1332
Thanks for your help GRG ;-O
I will test it today :-)
2005-12-01 10:04
V-12

Registered: Nov 2003
Posts: 206
you're probably the first person from which I heard, that he don't like raster flickering :) It's very useful sometimes and it's the part of alot of music editors for C64... Especially when you're trying to compose a multispeed song...
SDI is da best! :)
2005-12-09 18:14
Bamu®
Account closed

Registered: May 2005
Posts: 1332
Any chance that there will be a version that allows to save+load from mmc64?
2005-12-09 22:38
cadaver

Registered: Feb 2002
Posts: 1153
Wait for updated MMC64-BIOS which supports most kernal-calls and/or has serial emulation :)
2005-12-10 12:57
Bamu®
Account closed

Registered: May 2005
Posts: 1332
I will wait! :-)
2006-01-11 07:43
soci

Registered: Sep 2003
Posts: 473
> The editor uses several kernal calls that are ment for
> drive talking.
>
> It won't work with IDE64 because of this.

I've fixed SDI to work with IDE64 for Sad/Padua in November or so. He'd also like to have directory navigation built in. Any possibility to add at least a "Send DOS command" prompt?
2006-01-11 16:59
6R6

Registered: Feb 2002
Posts: 244
Soci:

Does your fixes work with Commodore and CMD drives as well?
If yes --> I would like to install it as default.
I have never written a send dos command myself,
hope you got a short source i can learn from.

GRG

2006-01-16 14:06
soci

Registered: Sep 2003
Posts: 473
It does work of course with other devices too. Command channel example taken from the user's guide:

This opens command channel and sends an init command:

lda #2 ;filenumber
ldx $ba ;last drive
ldy #15 ;channel
jsr $ffba ;setparam
lda #0
jsr $ffbd ;setname (none)
jsr $ffc0 ;open
ldx #2 ;filenumber
jsr $ffc9 ;chkout
lda #"i" ;init command
jsr $ffd2 ;chrout
jsr $ffcc ;clrchn

And this will display the error message:

ldx #2 ;filenumber
jsr $ffc6 ;chkin
jsr $ffcf ;read
jsr $ffd2 ;print
bit $90
bvc *-8
jsr $ffcc ;clrchn

close error channel

lda #2
jsr $ffc3

done.
Previous - 1 | 2 | 3 - Next
RefreshSubscribe to this thread:

You need to be logged in to post in the forum.

Search the forum:
Search   for   in  
All times are CET.
Search CSDb
Advanced
Users Online
Nordischsound/Hokuto..
St0rmfr0nt/Quantum
Guests online: 116
Top Demos
1 Next Level  (9.8)
2 Mojo  (9.7)
3 Coma Light 13  (9.7)
4 Edge of Disgrace  (9.6)
5 Comaland 100%  (9.6)
6 No Bounds  (9.6)
7 Uncensored  (9.6)
8 Wonderland XIV  (9.6)
9 Memento Mori  (9.6)
10 Bromance  (9.5)
Top onefile Demos
1 It's More Fun to Com..  (9.7)
2 Party Elk 2  (9.7)
3 Cubic Dream  (9.6)
4 Copper Booze  (9.5)
5 TRSAC, Gabber & Pebe..  (9.5)
6 Rainbow Connection  (9.5)
7 Wafer Demo  (9.5)
8 Dawnfall V1.1  (9.5)
9 Quadrants  (9.5)
10 Daah, Those Acid Pil..  (9.5)
Top Groups
1 Nostalgia  (9.3)
2 Oxyron  (9.3)
3 Booze Design  (9.3)
4 Censor Design  (9.3)
5 Crest  (9.3)
Top Crackers
1 Mr. Z  (9.9)
2 S!R  (9.9)
3 Antitrack  (9.8)
4 Mr Zero Page  (9.8)
5 OTD  (9.8)

Home - Disclaimer
Copyright © No Name 2001-2024
Page generated in: 0.046 sec.