OSI floppy disk creation with autoDC
-
- Posts: 353
- Joined: Wed Mar 16, 2011 1:49 am
- Location: New Zealand
Re: OSI floppy disk creation with autoDC
Splits and Macros:
- Attachments
-
- C4 Tutorial5.zip
- (94.73 KiB) Downloaded 180 times
600RevB:16K,2MHz,64x32,470,CEGMON
SuperKit:502,540B,542B,CEGMON, 8" and 5" FDDs
Cards:PE IO,6522 D-A-D, AY3-8910,ProgramGraphics,Color,UK101
WIP:HexDOS,FDD Emulator
SuperKit:502,540B,542B,CEGMON, 8" and 5" FDDs
Cards:PE IO,6522 D-A-D, AY3-8910,ProgramGraphics,Color,UK101
WIP:HexDOS,FDD Emulator
-
- Posts: 353
- Joined: Wed Mar 16, 2011 1:49 am
- Location: New Zealand
Re: OSI floppy disk creation with autoDC
Splits and Macros:
600RevB:16K,2MHz,64x32,470,CEGMON
SuperKit:502,540B,542B,CEGMON, 8" and 5" FDDs
Cards:PE IO,6522 D-A-D, AY3-8910,ProgramGraphics,Color,UK101
WIP:HexDOS,FDD Emulator
SuperKit:502,540B,542B,CEGMON, 8" and 5" FDDs
Cards:PE IO,6522 D-A-D, AY3-8910,ProgramGraphics,Color,UK101
WIP:HexDOS,FDD Emulator
-
- Posts: 353
- Joined: Wed Mar 16, 2011 1:49 am
- Location: New Zealand
Re: OSI floppy disk creation with autoDC
autoDiskCreate process for 65U:
The autoDiskCreate programs for OS65U are underway. At the time of my original post of this process for 65D I was rather peeved to put it mildly. I had just lost all my notes for this,either left on the train or removed by someone at work.I was not a happy camper.I set a deadline to finish and upload while some aspects were still retained in the grey matter. A 65U version however, the OS I new little about, was at the time not on the radar under the circumstances.
I know there a few on the forum who have done some great work with the repro boards projects and have an interest in 65U. A 65U verion of autoDC and autoSI seems fitting and would complete the this project.Since having cooled off - it's about half done and I hope to upload sometime soon.
The autoDiskCreate programs for OS65U are underway. At the time of my original post of this process for 65D I was rather peeved to put it mildly. I had just lost all my notes for this,either left on the train or removed by someone at work.I was not a happy camper.I set a deadline to finish and upload while some aspects were still retained in the grey matter. A 65U version however, the OS I new little about, was at the time not on the radar under the circumstances.
I know there a few on the forum who have done some great work with the repro boards projects and have an interest in 65U. A 65U verion of autoDC and autoSI seems fitting and would complete the this project.Since having cooled off - it's about half done and I hope to upload sometime soon.
600RevB:16K,2MHz,64x32,470,CEGMON
SuperKit:502,540B,542B,CEGMON, 8" and 5" FDDs
Cards:PE IO,6522 D-A-D, AY3-8910,ProgramGraphics,Color,UK101
WIP:HexDOS,FDD Emulator
SuperKit:502,540B,542B,CEGMON, 8" and 5" FDDs
Cards:PE IO,6522 D-A-D, AY3-8910,ProgramGraphics,Color,UK101
WIP:HexDOS,FDD Emulator
-
- Posts: 304
- Joined: Wed Mar 30, 2011 9:44 am
- Location: New Zealand
- Contact:
Re: OSI floppy disk creation with autoDC
Hi Mike,
Yes I know I promised I'd update the manual...Unfortunately I've injured my hand which has put a bit of a damper on things...but it's still on my to-do list
Yes I know I promised I'd update the manual...Unfortunately I've injured my hand which has put a bit of a damper on things...but it's still on my to-do list
2P (1mhz 32k) - 502 + 8k + CEGMON + garbage collector fix BASIC, D&N MEM-CM9 + 24k, 540 (mono), D13 + Gotek
4PMF (2mhz 24k) - 505, 540, 527, D13 + 5.25" + Gotek
Superboard RevD - CEGMON
Spares - 2 x 527, 1 x 527 [600, 610, D13 boards]
-
- Posts: 353
- Joined: Wed Mar 16, 2011 1:49 am
- Location: New Zealand
Re: OSI floppy disk creation with autoDC
autoSI v65U is on track ! The autoDC program is going to be a challenge without my notes ... The Tera Term macro will be easy with one macro to cover all 65U images - just change the split filenames.
PS. Interesting, file splits are the same if the sector is read 8N1 or 8E1 -no bit shift and both correct ? Maybe the ACIA emulation ignores parity.

PS. Interesting, file splits are the same if the sector is read 8N1 or 8E1 -no bit shift and both correct ? Maybe the ACIA emulation ignores parity.
600RevB:16K,2MHz,64x32,470,CEGMON
SuperKit:502,540B,542B,CEGMON, 8" and 5" FDDs
Cards:PE IO,6522 D-A-D, AY3-8910,ProgramGraphics,Color,UK101
WIP:HexDOS,FDD Emulator
SuperKit:502,540B,542B,CEGMON, 8" and 5" FDDs
Cards:PE IO,6522 D-A-D, AY3-8910,ProgramGraphics,Color,UK101
WIP:HexDOS,FDD Emulator
-
- Posts: 58
- Joined: Tue Sep 16, 2008 6:04 am
- Contact:
Re: OSI floppy disk creation with autoDC
Yes, the WinOSI emulator disk format was built around Ed's Raw Disk dump, which dumps decoded 8bit data. There is no preservation of Parity, Framing, Overflow or even disk timing. Once it's in the emulator it's just 8bit data.
Now that there is another way to dump data, the HFE disk format could store all of that information, at 11x the file size!
Now that there is another way to dump data, the HFE disk format could store all of that information, at 11x the file size!