[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Brutal Deluxe's holidays project 3: EDD/SST and NIB images
On 12 août, 00:15, schmidtd <schmi...@my-deja.com> wrote:
>
> Hi, Antoine -
>
> I'm very interested in getting a .NIB extractor working for ADT and/or
> ADTPro. Maybe we can start with plain old serial ADT, since it has a
> lot more working space in the client. Gerard Putter and I have worked
> on the A2V2 version of the .NIB creator, but it hasn't proven to be
> quite flexible enough. I'm interested to see how well your new
> version works.
There are currently three main buffers:
- $4000..$77FF: RAW data of a "phase"
- $7800..$93FF: nibble data of that "phase" after analyzis
- $9400..$AFFF: sync info data (records whether nibbles are 32 or 40
cycle ones)
There first two are mandatory, the last one may be discarded (to be
validated) if the image is transferred by serial/ethernet or cassette
port.
I will create a copy of the source and work on a simple extractor:
- one entry point,
- flexible buffers,
- first track, last track and step numbers,
- slot and drive numbers,
- synchronization flag (really necessary ?)
- nibble count flag (really necessary ?)
...and I will send it to you.
IIRC, you like Merlin ;-)
antoine