Annotation of hatari/src/includes/ncr5380.h, revision 1.1

1.1     ! root        1: /*
        !             2:  * Hatari - NCR 5380 SCSI controller emulation
        !             3:  *
        !             4:  * This file is distributed under the GNU General Public License, version 2
        !             5:  * or at your option any later version. Read the file gpl.txt for details.
        !             6:  */
        !             7: 
        !             8: #ifndef NCR5380_H
        !             9: #define NCR5380_H
        !            10: 
        !            11: int Ncr5380_Init(void);
        !            12: void Ncr5380_UnInit(void);
        !            13: void Ncr5380_Reset(void);
        !            14: void Ncr5380_WriteByte(int addr, Uint8 byte);
        !            15: Uint8 Ncr5380_ReadByte(int addr);
        !            16: void Ncr5380_DmaTransfer_Falcon(void);
        !            17: void Ncr5380_IoMemTT_WriteByte(void);
        !            18: void Ncr5380_IoMemTT_ReadByte(void);
        !            19: void Ncr5380_TT_DMA_Ctrl_WriteWord(void);
        !            20: void Ncr5380_TT_GPIP_ReadByte(void);
        !            21: 
        !            22: #endif

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.