| |
Krill
Registered: Apr 2002 Posts: 2982 |
Release id #197710 : Transwarp v0.64
General Q&A thread, also report problems and error logs here. |
|
... 162 posts hidden. Click here to view all posts.... |
| |
Burglar
Registered: Dec 2004 Posts: 1105 |
This is truly amazing, it really is loading at the same speed as the fastest iffl-scanners around and these usually don't communicate with the c64 during scan and they only decode the first 2 bytes to capture just the track/sector link.
Not sure if anyone noticed, but loading a transwarp file directly, transparently loads the bootloader first and then the main file. that's a really excellent feature!
so, whats next? obviously the main gripe is that it uses non-standard encoding. a tool that converts regular d64s to transwarp encoded ones should be easy to do, maybe use >35 tracks for the extra space needed. if u want, hit me up on irc, wouldnt mind writing a crossplatform tool like that.
and of course I want a nosound option :) |
| |
Copyfault
Registered: Dec 2001 Posts: 478 |
The screenshots suggest that the effective loading speed depends on the video format, with standard PAL being the fastest.
As I only have a standard PAL C64 I'm not able to do comparisons of all the different speeds on the real deals. If my assumption is correct: what's the reason behind it?
And what iAN said: a brief summary of the "ingredients" you mixed in this uber-tasteful code-cocktail would be absolutely nice :) |
| |
Krill
Registered: Apr 2002 Posts: 2982 |
Quoting Burglarand of course I want a nosound option :) Transwarp respects the MSGFLG = $9d setting. That is, when not loading in direct mode, from a running program, there is no sound and no flashing. =)
As for a converter, i guess some script magic with the upcoming cc1541 version would do, no? :) |
| |
Krill
Registered: Apr 2002 Posts: 2982 |
Quoting CopyfaultThe screenshots suggest that the effective loading speed depends on the video format, with standard PAL being the fastest. No, not at all. The "challenge" bit on NTSC in the GIF loads at 50x. The Dawnfall/NTSC bit merely illustrates that 50x is max speed, but not average. (And Dawnfall is one of the few one-filed demos to run flawlessly on NTSC, so...)
Loading speed is mostly depending on track zone. 1-17 is fastest, then it gets progressively slower on the upper track zones, as data on them is less dense.
Quoting CopyfaultAnd what iAN said: a brief summary of the "ingredients" you mixed in this uber-tasteful code-cocktail would be absolutely nice :) I thought iAN was mostly focusing on the challenge, but i can cook up a semblance of a white paper explaining things. =) |
| |
Jammer
Registered: Nov 2002 Posts: 1336 |
In general, is data preconverted that it doesn't have to be performed in runtime in 1541's ram? I'm total layman here, so my apologies :D |
| |
Copyfault
Registered: Dec 2001 Posts: 478 |
Quoting KrillQuoting CopyfaultThe screenshots suggest that the effective loading speed depends on the video format, with standard PAL being the fastest. No, not at all. The "challenge" bit on NTSC in the GIF loads at 50x. The Dawnfall/NTSC bit merely illustrates that 50x is max speed, but not average. (And Dawnfall is one of the few one-filed demos to run flawlessly on NTSC, so...)
Loading speed is mostly depending on track zone. 1-17 is fastest, then it gets progressively slower on the upper track zones, as data on them is less dense. Makes sense! Thanks for the hints, got a bit confused after seeing the sceendumps ;)
Quoting KrillQuoting CopyfaultAnd what iAN said: a brief summary of the "ingredients" you mixed in this uber-tasteful code-cocktail would be absolutely nice :) I thought iAN was mostly focusing on the challenge, but i can cook up a semblance of a white paper explaining things. =) Oops, maybe I misinterpreted what iAN wrote... but somthing white paperish would be extremly awesome. |
| |
iAN CooG
Registered: May 2002 Posts: 3204 |
I was just wondering how to load a usr file, usually you need to add ,U after the filename, I wasn't aware you had to load the standalone loader for these, as there was no instructions whatsoever. Some docs should be added to the release.
All I could determine is that ALL files just link to the same loader on track 18,16 and the bytes after the file name in the directory entries have "TW" plus the actual parameters to load the encoded files. Don't validate the d64s as it's just garbage for normal DOS. |
| |
Krill
Registered: Apr 2002 Posts: 2982 |
Quoting JammerIn general, is data preconverted that it doesn't have to be performed in runtime in 1541's ram? I'm total layman here, so my apologies :D Data is encoded differently. Plain Commodore GCR encodes 4 bytes raw to 5 bytes on disk, Transwarp encodes 3.5 bytes raw to 5 bytes on disk. (Thus only 223 = $df instead of 256 bytes per block, the 224th byte is the checksum.)
One trick is to encode those 3.5 bytes using a subset of plain Commodore GCR, such that it works just fine with d64 and regular transfer/copy solutions. Part of that trick is that decoding a GCR byte drive-side just takes a table lookup (4 cycles). =) |
| |
Krill
Registered: Apr 2002 Posts: 2982 |
Quoting iAN CooGSome docs should be added to the release. Yes, should. Didn't bother with those for the first experimental version, hoped the screenshot GIF would give enough information. =)
Quoting iAN CooGAll I could determine is that ALL files just link to the same loader on track 18,16 and the bytes after the file name in the directory entries have "TW" plus the actual parameters to load the encoded files. Don't validate the d64s as it's just garbage for normal DOS. Yes, that's part of the autoload feature Burglar mentioned. Regular (unencrypted) Transwarp files can be loaded simply with LOAD"HI!",8,1 from plain BASIC. =) |
| |
Krill
Registered: Apr 2002 Posts: 2982 |
Submitted by JackAsser [PM] on 22 November 2020
Really impressive stuff! Any cons other than you can't validate a disk (who cares?!)? Well, GPLv3, depending on your stance. =D
But seriously, maybe the slight format loss, 223 instead of 254 payload bytes per block. And that it has the usual fastload drawbacks, of course. Except it can play dirty beats (with screen off) on oldsid. More cons may occur to me. |
Previous - 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | ... | 18 - Next |