Skip to content

Commit

Permalink
DMAread()/DMAwrite() handle also IDE devices
Browse files Browse the repository at this point in the history
  • Loading branch information
mikrosk committed Jan 21, 2025
1 parent 5420f2c commit 1952ee5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions xbios/laufwerk/dmaread.ui
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ int16_t DMAread( int32_t sector, int16_t count, void *buffer, int16_t devno );

!item [Description:]
The (!nolink [XBIOS]) routine DMAread reads single or multiple
sectors from an ACSI or SCSI device. The following apply:
sectors from an ACSI, SCSI or IDE device. The following apply:
!begin_xlist !compressed [Parameter]
!item [Parameter]
Meaning
Expand Down Expand Up @@ -102,7 +102,7 @@ int16_t DMAread( int32_t sector, int16_t count, void *buffer, int16_t devno );

!item [Beschreibung:]
Die XBIOS-Routine DMAread liest einzelne oder mehrere Sektoren von einem
ACSI- oder SCSI Ger„t. Es gilt:
ACSI-, SCSI- oder IDE-Ger„t. Es gilt:
!begin_xlist !compressed [Parameter]
!item [Parameter]
Bedeutung
Expand Down
4 changes: 2 additions & 2 deletions xbios/laufwerk/dmawrite.ui
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ int16_t DMAwrite( int32_t sector, int16_t count, void *buffer, int16_t devno );

!item [Description:]
The (!nolink [XBIOS]) routine DMAwrite writes single or multiple
sectors to an ACSI or SCSI device. The following apply:
sectors to an ACSI, SCSI or IDE device. The following apply:
!begin_xlist !compressed [Parameter]
!item [Parameter]
Meaning
Expand Down Expand Up @@ -99,7 +99,7 @@ int16_t DMAwrite( int32_t sector, int16_t count, void *buffer, int16_t devno );

!item [Beschreibung:]
Die XBIOS-Routine DMAwrite schreibt einzelne oder mehrere Sektoren auf ein
ACSI- oder SCSI-Ger„t. Es gilt:
ACSI-, SCSI- oder IDE-Ger„t. Es gilt:
!begin_xlist !compressed [Parameter]
!item [Parameter]
Bedeutung
Expand Down

0 comments on commit 1952ee5

Please sign in to comment.