summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/atahle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/atahle.cpp')
-rw-r--r--src/devices/machine/atahle.cpp20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/devices/machine/atahle.cpp b/src/devices/machine/atahle.cpp
index 61f5b88a15d..3940d3b47d9 100644
--- a/src/devices/machine/atahle.cpp
+++ b/src/devices/machine/atahle.cpp
@@ -668,16 +668,16 @@ uint16_t ata_hle_device_base::control_r(offs_t offset)
/*
- bit description
-
- 0 master active
- 1 slave active
- 2 complement of active disk head bit 0
- 3 complement of active disk head bit 1
- 4 complement of active disk head bit 2
- 5 complement of active disk head bit 3
- 6 write in progress
- 7 floppy present (unused)
+ bit description
+
+ 0 master active
+ 1 slave active
+ 2 complement of active disk head bit 0
+ 3 complement of active disk head bit 1
+ 4 complement of active disk head bit 2
+ 5 complement of active disk head bit 3
+ 6 write in progress
+ 7 floppy present (unused)
*/