User Tools

Site Tools


x68000:writing_floppies

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
x68000:writing_floppies [2014/08/08 00:20] eidisx68000:writing_floppies [2022/04/25 16:33] (current) TD-Linux
Line 1: Line 1:
 +====== Writing floppies with a directly attached IBM floppy drive ======
 +
 ===== Foreword ===== ===== Foreword =====
  
Line 15: Line 17:
   * [[http://www.shlock.co.uk/Utils/OmniFlop/OmniFlop64.htm|OmniFlop 64bit version]] if you are using Windows Vista64, Windows7 x64 or newer 64bit OS   * [[http://www.shlock.co.uk/Utils/OmniFlop/OmniFlop64.htm|OmniFlop 64bit version]] if you are using Windows Vista64, Windows7 x64 or newer 64bit OS
  
-OmniFlop requires a built-in **NEC-compatible** floppy disk controller. You can use the Diagnostic options of OmniFlop to see if this holds for your system.+OmniFlop requires a built-in **NEC-compatible** floppy disk controller. You can use the Diagnostic options of OmniFlop to see if this holds for your system.  You should also check your motherboard BIOS to see if it supports 5.25" 1.2MB writing.
  
 **Omniflop Install&Format 5.25" floppies:** **Omniflop Install&Format 5.25" floppies:**
Line 32: Line 34:
   - Select Drive Unit and make sure that Autodetect format is selected   - Select Drive Unit and make sure that Autodetect format is selected
   - In next window you can read: Select a format to write...ALL, below you should see Sharp X68000 78-Track (default format), click Next   - In next window you can read: Select a format to write...ALL, below you should see Sharp X68000 78-Track (default format), click Next
-  - In file: you can select only .XDF files+  - In file: you can select only .XDF files (You have to select "show all files" from bottom right window)
   - Click next and it will begin to Write .XDF disk image to 5.25" floppy disk   - Click next and it will begin to Write .XDF disk image to 5.25" floppy disk
   - After write process has finished, it is normal to see the following warning message:    - After write process has finished, it is normal to see the following warning message: 
     * The file is smaller than the disk - not all of the disk has been writen.     * The file is smaller than the disk - not all of the disk has been writen.
     * Apart from this, the operation completed OK     * Apart from this, the operation completed OK
 +  - You can ignore this message and press close.
 +  - Alternatively, you can select "Format-Write" from the Omniflop option screen.  This is a faster way to make images.
  
 +**Using Virtual Floppy Image Converter:**
 +
 +  *[[http://www.vector.co.jp/soft/win95/util/se151106.html|Virtual Floppy Image Converter Download]]
 +   Many image files you will find online are not .XDF format but in fact .DIM files.  You will need to convert these before writing floppys to use on your X68000. The install is straightforward, just select your language and your output folder.  You can drag your .DIM images right into the window to convert them.  Note: If you need to change the language, read the "Readme" file in the install folder for using command prompt to do this.  This is only necessary if you select the wrong language on first start up because reinstalling the program does not change the language.
 +   
 ===== Mac ===== ===== Mac =====
  
Line 74: Line 83:
 <file> <file>
 setfdprm /dev/fd0 -c setfdprm /dev/fd0 -c
 +</file>
 +
 +====== Writing floppies with a USB Greaseweazle/Fluxengine interface ======
 +
 +Greaseweazle or Fluxengine hardware can be used to format and write images to a floppy in one step. Besides XDF, there is also limited support for D88 and DIM floppy image support. Regardless of your hardware choice, you will need the Fluxengine software.
 +
 +===== Writing 5.25" floppies =====
 +
 +<file>
 +fluxengine write ibm1232 -i flop.xdf
 +</file>
 +
 +Formats like D88 will override the setting for the disk format, you can use the more generic "ibm" format if you prefer in this case.
 +
 +===== Writing 3.5" floppies =====
 +
 +Most floppy drives spin at 300 RPM, so you'll need to compensate for this in software unless you found a 360RPM Japanese floppy drive (trimode drives will spin at 300 RPM when attached to a Greaseweazle).
 +
 +<file>
 +fluxengine write ibm1232 --flux-sink.rescale=1.2 -i flop.xdf
 </file> </file>
x68000/writing_floppies.1407421209.txt.gz · Last modified: 2019/08/27 20:44 (external edit)