| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
is more data to be read. [smf]
|
| |
|
|
|
|
|
|
|
|
| |
debug) so it can be shown in release builds.
* Also use logmacro.h for compile-time configurable logging.
-util/ioprocs.cpp: Added assertion to write_at equivalent to the one in write.
* Checks for invalid results from underlying write call.
* Also more const.
|
| | |
|
| |
|
|
|
|
|
|
| |
* Support READ_BUFFER and WRITE_BUFFER commands, used by early ATA Macs to verify drive communications
* Don't report an error on SET_FEATURES for ENABLE_ECC, ENABLE_RETRIES, and ENABLE_READ_LOOK_AHEAD
* Support the secondary "hdd" interface so software lists can work with multiple drive types
bus/nscsi/hd.cpp: Support the secondary "hdd" interface so software lists can work with multiple drive types [R. Belmont]
|
| |
|
|
|
| |
* machine/ataflash.cpp: Derive from CF card base rather than hard disk base.
* konami/konamigs.cpp: Use ATA CF card device (true IDE mode 4).
|
|
|
This isolates the ATA disk drive interface implementation from the
physical parallel ATA device interface. The ATA Flash PC Card is no
longer a kind of parallel ATA device.
|