|
|
hatari 2.2.0
/* * Hatari - NCR 5380 SCSI controller emulation * * This file is distributed under the GNU General Public License, version 2 * or at your option any later version. Read the file gpl.txt for details. */ #ifndef NCR5380_H #define NCR5380_H int Ncr5380_Init(void); void Ncr5380_UnInit(void); void Ncr5380_Reset(void); void Ncr5380_WriteByte(int addr, Uint8 byte); Uint8 Ncr5380_ReadByte(int addr); void Ncr5380_DmaTransfer_Falcon(void); void Ncr5380_IoMemTT_WriteByte(void); void Ncr5380_IoMemTT_ReadByte(void); void Ncr5380_TT_DMA_Ctrl_WriteWord(void); void Ncr5380_TT_GPIP_ReadByte(void); #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.