Log inRegister an accountBrowse CSDbHelp & documentationFacts & StatisticsThe forumsAvailable RSS-feeds on CSDbSupport CSDb Commodore 64 Scene Database
 Welcome to our latest new user maak ! (Registered 2024-04-18) You are not logged in - nap
CSDb User Forums


Forums > C64 Coding > Drive code: 1541/81 code conversion.
2015-03-26 19:46
Flavioweb

Registered: Nov 2011
Posts: 442
Drive code: 1541/81 code conversion.

I have a simple question (for you experts).
This is a drivecode for 1541:
DRV_5BYTELOOP
    BVC DRV_5BYTELOOP                   ; Wait for data from the R/W head
    CLV
    LDA $1C01
    STA (BUFLO),Y
    INY
    CPY #$05                            ; Read 5 GCR bytes
    BNE DRV_5BYTELOOP
    RTS

How can i translate it to work on a 1581?
 
... 4 posts hidden. Click here to view all posts....
 
2015-03-27 09:33
MagerValp

Registered: Dec 2001
Posts: 1055
http://cadaver.homeftp.net/rants.htm

Read rants #5, #7, #12, and #13. You can also look at the source for ULoad Model 3 release 1.
2015-03-27 09:56
Krill

Registered: Apr 2002
Posts: 2825
Firmware including source code: http://www.zimmers.net/anonftp/pub/cbm/firmware/drives/new/1581/
Schematics: http://www.zimmers.net/anonftp/pub/cbm/schematics/drives/new/15..
WD1770 info: http://www.cloud9.co.uk/james/BBCMicro/Documentation/wd1770.html
WD1770/2 datasheet: http://dev-docs.atariforge.org/files/WD1772.pdf
Some general info: http://vice-emu.sourceforge.net/plain/drive_info.txt
A 1581 clone: http://www.students.tut.fi/~leinone3/dcn2692/index.html
And lastly, check the VICE source code: http://sourceforge.net/projects/vice-emu/
2015-03-27 10:04
Krill

Registered: Apr 2002
Posts: 2825
Oh, and what do you want to do? Write an IRQ loader with 1581 support? Then yes, see MagerValp's post, and Krill's Loader, repository version 146 has 1581 support, too.
2015-03-27 10:32
Flavioweb

Registered: Nov 2011
Posts: 442
I have to learn a lot of things...
So thanks for all the infos.
I'm just courius to see if i can imagine how to write an iffl loader that works on 41/71/81 autodetecting the device.
For 41/71 there are no problems.
They comes with 1581.
Should be great if i add a "decrunch on the fly" for level exomized files...
2015-03-27 10:58
TNT
Account closed

Registered: Oct 2004
Posts: 189
AFAIK the only program using WD177x inside 1581 directly is MMC64 D81 Writer.
2015-03-27 12:07
MagerValp

Registered: Dec 2001
Posts: 1055
Lasse's rants give you all the information you need to write an IFFL loader that supports 1541/70/71/81/CMD FD/HD - that's how I learned :)
2015-03-27 14:23
cadaver

Registered: Feb 2002
Posts: 1153
Don't remember if I've asked this, but do you do anything special to speed up IFFL scanning on 1581/FD/HD? I never got around to that, as didn't use IFFL in an actual production so far, and only built the 1541 proof-of-concept routine.
2015-03-27 15:37
Flavioweb

Registered: Nov 2011
Posts: 442
I don't know how much time is needed by 81/Fd/HD to complete the seek process... maybe fast enough...
But i have no code to test now.
Maybe MagerValp tried something about this...
2015-03-27 19:13
Krill

Registered: Apr 2002
Posts: 2825
Is there a need to speed up scanning on 1581? Loading a random block, the entire track it is located on is read in a revolution or two, then the links can be walked in no time. Repeat for the rest of the file's tracks.

That said, one can always implement scanning on demand, such that a seek is only performed when loading.
2015-03-28 11:11
MagerValp

Registered: Dec 2001
Posts: 1055
Quote: Don't remember if I've asked this, but do you do anything special to speed up IFFL scanning on 1581/FD/HD? I never got around to that, as didn't use IFFL in an actual production so far, and only built the 1541 proof-of-concept routine.

On 1581 I buffer a track in the drive and then read all 40 t/s links from ram in one sweep. On CMD FD/HD the C64 requests sectors from the drive but only transfer the first two bytes. The 1581 version is a lot faster.
Previous - 1 | 2 - 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
icon/The Silents, Sp..
Mr. Lee
Murphy/Exceed
Airwolf/F4CG
Guests online: 142
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 The Ghost  (9.6)
10 Bromance  (9.6)
Top onefile Demos
1 It's More Fun to Com..  (9.8)
2 Party Elk 2  (9.7)
3 Cubic Dream  (9.6)
4 Copper Booze  (9.5)
5 Rainbow Connection  (9.5)
6 Wafer Demo  (9.5)
7 TRSAC, Gabber & Pebe..  (9.5)
8 Onscreen 5k  (9.5)
9 Dawnfall V1.1  (9.5)
10 Quadrants  (9.5)
Top Groups
1 Oxyron  (9.3)
2 Nostalgia  (9.3)
3 Booze Design  (9.3)
4 Censor Design  (9.3)
5 Crest  (9.3)
Top Graphicians
1 Sulevi  (10)
2 Mirage  (9.8)
3 Lobo  (9.7)
4 Mikael  (9.7)
5 Archmage  (9.7)

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