| |
jcompton
Registered: Feb 2006 Posts: 70 |
Release id #198676 : Wasteland IDE64 Fix
I offer a bounty of one million quatloos for an sd2iec-compatible edition! |
|
| |
Grue
Registered: Dec 2001 Posts: 162 |
If someone is willing to send me one, I could look into it with no promises.
Does seeking in huge file work with sd2iec? |
| |
MagerValp
Registered: Dec 2001 Posts: 1078 |
I believe so:
Quote: P
Positioning doesn't just work for REL files but also for regular
files on a FAT partition. When used for regular files the format
is "P"+chr$(channel)+chr$(lo)+chr$(midlo)+chr$(midhi)+chr$(hi)
which will seek to the 0-based offset hi*2^24+midhi*65536+256*midlo+lo
in the file. If you send less than four bytes for the offset, the
missing bytes are assumed to be zero.
https://sd2iec.de/gitweb/?p=sd2iec.git;a=blob;f=README;hb=HEAD |
| |
Krill
Registered: Apr 2002 Posts: 2982 |
Last time i checked, there was a version of the "P" (position) command's syntax that works with both IDE64 and sd2iec. |