| |
bepp
Registered: Jun 2010 Posts: 265 |
.net lib for d64
I'm looking for a .NET library/package for reading d64/d71 etc
I guess there are a couple of implementations in c which I guess could be converted with some effort. But I'd rather spend as little time possible reinventing the wheel ;-) Thanks in advance! |
|
| |
Endurion
Registered: Mar 2007 Posts: 73 |
There's a half assed implementation in C64Studio, looky here:
http://c64studio.codeplex.com/SourceControl/latest#C64Studio/Fo..
It's initialising methods go for D64, but the other code is agnostic and should work with any number of track/sectors. BAM is hard wired to track 18 though. |
| |
DuncanTwain
Registered: Dec 2007 Posts: 12 |
Hi bepp,
I've created a D64/D71/D80/D81/D82 library for reading images, it's stable and quite a flexible design. I've written it for maintaining the TOSEC collection. The whole library can also read all the other C64 formats (lnx, z64, t64, nib, tap, wra, you name it). Most of the other formats need some more rework, but I'll happily share the D64 reader with you.
Regards,
Duncan Twain... |
| |
SIDWAVE Account closed
Registered: Apr 2002 Posts: 2238 |
upload it here, as other platform tool.
sooner or later, someone is gonna need it again :) |
| |
bepp
Registered: Jun 2010 Posts: 265 |
I had a look at the implementation in C64Studio, ripped out the relevant parts/dependencies and got it to work. Performance is good - indexing 100 D64s/second, and I haven't even gone parallell ;) Initially I only need a Quick 'n Dirty dirlister so I'm satisfied atm. Thanks! |
| |
SIDWAVE Account closed
Registered: Apr 2002 Posts: 2238 |
u need this ?
C64-Archiv 3.5 |
| |
bepp
Registered: Jun 2010 Posts: 265 |
I've been running C64 Archiv for the past year, and also helped the developer with feedback and suggestions. While it satisfies many of my requirements, it is too bloated for my purpose. And it doesn't work well with scaling in Windows 8. I need a quick and smart windows-based tool to assist me (and possibly automate parts) when doing preservation work. I've also tried Mason's web-based tool but it's too generic (and limited!) for my taste. Let's see what comes out of this... ;) |
| |
Endurion
Registered: Mar 2007 Posts: 73 |
If you've got any recommendations for the C64Studio code piece, let me know :)
I'd be happy to get it better. |