mirror of
				https://github.com/davidgiven/fluxengine.git
				synced 2025-10-24 11:11:02 -07:00 
			
		
		
		
	Add D88 image writer.
This is currently a very minimal implementation and does not support deleted sectors, CRC errors, etc.
This commit is contained in:
		| @@ -274,14 +274,19 @@ FluxEngine also supports a number of file system image formats. When using the | ||||
|   - `<filename.d88>` | ||||
|  | ||||
|   Read from a [D88 image file](https://www.pc98.org/project/doc/d88.html), | ||||
|   commonly used by various Japanese PC emulators, including the NEC PC-88. **Read only.** | ||||
|   commonly used by various Japanese PC emulators, including the NEC PC-88. | ||||
|    | ||||
|   FluxEngine is currently limited to reading only the first floppy image in a | ||||
|   D88 file. | ||||
|   D88 file. When writing, a single unnamed floppy will be created | ||||
|   within the image file. | ||||
|    | ||||
|   The D88 reader should be used with the `ibm` profile and will override | ||||
|   most encoding parameters on a track-by-track basis. | ||||
|    | ||||
|   The D88 writer should likewise be used with the `ibm` profile in most | ||||
|   circumstances as it can represent arbitrary sector layouts as read | ||||
|   from the floppy. | ||||
|    | ||||
|   - `<filename.nfd>` | ||||
|  | ||||
|   Read from a [NFD r0 image file](https://www.pc98.org/project/doc/nfdr0.html), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user