===========================================================================
| 48 | |
| 49 | //=========================================================================== |
| 50 | int Util_GetTrackSectorOffset( const int nTrack, const int nSector ) |
| 51 | { |
| 52 | return (TRACK_DENIBBLIZED_SIZE * nTrack) + (nSector * 256); |
| 53 | } |
| 54 | |
| 55 | // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- |
| 56 |
no outgoing calls
no test coverage detected