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??
 
... 20 posts hidden. Click here to view all posts....
 
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: 474
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
Mr SQL
Proton/Finnish Gold
Guests online: 90
Top Demos
1 Next Level  (9.7)
2 13:37  (9.7)
3 Mojo  (9.7)
4 Coma Light 13  (9.7)
5 Edge of Disgrace  (9.7)
6 No Bounds  (9.6)
7 Aliens in Wonderland  (9.6)
8 Comaland 100%  (9.6)
9 Uncensored  (9.6)
10 Wonderland XIV  (9.6)
Top onefile Demos
1 Layers  (9.6)
2 Cubic Dream  (9.6)
3 Party Elk 2  (9.6)
4 Copper Booze  (9.6)
5 TRSAC, Gabber & Pebe..  (9.5)
6 Rainbow Connection  (9.5)
7 Dawnfall V1.1  (9.5)
8 It's More Fun to Com..  (9.5)
9 Daah, Those Acid Pil..  (9.5)
10 Birth of a Flower  (9.5)
Top Groups
1 Nostalgia  (9.4)
2 Oxyron  (9.3)
3 Booze Design  (9.3)
4 Censor Design  (9.3)
5 SHAPE  (9.3)
Top Coders
1 Axis  (9.8)
2 Graham  (9.8)
3 Lft  (9.8)
4 Crossbow  (9.8)
5 HCL  (9.8)

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