AppleII support and more features added #8
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Support for AppleII floppies
Reading GCR formatted floppies is now supported, formattimg and writing is to be done. Images read use phisical sector order. Interleaving is required for use of images in Mame etc.
Select disk type 6 in monitor ('t 6').
Support for DD/SS floppies, e.g. DEC RX50
Select with 't 5'
Monitor command to temporarily modify disk geometry
'g t,s[,ts]' max tracks, sectors, track spacing (1/2)
Monitor command to read low level nibble/flux data
'n t,d,m' track, delay from index hole/ms, mode
mode: 1 Read nibble data with no wait 2 Read flux data (cycles between pulses) 3 Read nibbles after delay and waiting for GCR sector header 4 Read nibbles after delay and waiting for GCR data header
Caching for disk reads, nibble data
Buffer size increase to 6656 bytes (1 nibble track) on Atmega MEGA