diff options
Diffstat (limited to 'src/emu/machine/atahle.c')
-rw-r--r-- | src/emu/machine/atahle.c | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/emu/machine/atahle.c b/src/emu/machine/atahle.c index ee1c5756e9f..ca41368ae0c 100644 --- a/src/emu/machine/atahle.c +++ b/src/emu/machine/atahle.c @@ -708,16 +708,16 @@ READ16_MEMBER( ata_hle_device::read_cs1 ) case IDE_CS1_ACTIVE_STATUS: /* - 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) */ if (device_selected()) |