|
|
1.1 root 1: /*
1.1.1.3 root 2: Hatari - fdc.h
3:
1.1.1.12! root 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.
1.1 root 6: */
7:
1.1.1.3 root 8: #ifndef HATARI_FDC_H
9: #define HATARI_FDC_H
10:
1.1 root 11:
1.1.1.11 root 12: extern void FDC_MemorySnapShot_Capture ( bool bSave );
13: extern void FDC_Reset ( void );
14: extern void FDC_SetDMAStatus ( bool bError );
1.1.1.3 root 15:
1.1.1.11 root 16: extern void FDC_AcknowledgeInterrupt ( void );
17: extern void FDC_InterruptHandler_Update ( void );
1.1.1.3 root 18:
1.1.1.11 root 19: extern void FDC_DiskController_WriteWord ( void );
20: extern void FDC_DiskControllerStatus_ReadWord ( void );
21: extern void FDC_DmaModeControl_WriteWord ( void );
22: extern void FDC_DmaStatus_ReadWord ( void );
23: extern void FDC_DmaAddress_ReadByte ( void );
24: extern void FDC_DmaAddress_WriteByte ( void );
25: extern Uint32 FDC_GetDMAAddress ( void );
26: extern void FDC_WriteDMAAddress ( Uint32 Address );
27:
28: extern void FDC_FloppyMode_ReadByte ( void );
29: extern void FDC_FloppyMode_WriteByte ( void );
1.1.1.3 root 30:
31: #endif /* ifndef HATARI_FDC_H */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.