AppleWin/firmware
TomCh 964a5d5198
Oz-DOS and Format command support (#88, PR #1337)
Support FORMAT cmd:
. HDC firmware: byte $FE, b3=1 (format supported)
. HDC firmware: allow both SmartPort and BLK FORMAT cmd (and check that SP FORMAT only has 1 parameter)

SmartPort Controller:
. Format will just zero all blocks (if not write-protected)
. Write cmd: if write-protected return NOWRITE
. SP Status cmd: 'General Status': set format-allowed & write-protected flags

If HDD image is read-only then support as write-protected.
. On Insert() setup m_bWriteProtected flag correctly
2024-11-02 11:39:49 +00:00
..
HDD Minor comment typo 2021-11-11 21:24:41 +00:00
HDD-SmartPort Oz-DOS and Format command support (#88, PR #1337) 2024-11-02 11:39:49 +00:00
HDDv2 ProDOS HDD Controller firmware returns volume size in Y:X for STATUS command (PR #1272) 2024-02-06 21:32:30 +00:00