Annotation of previous_trunk/src/includes/floppy.h, revision 1.1

1.1     ! root        1: void FLP_StatA_Read(void);
        !             2: void FLP_StatB_Read(void);
        !             3: void FLP_DataOut_Read(void);
        !             4: void FLP_DataOut_Write(void);
        !             5: void FLP_Status_Read(void);
        !             6: void FLP_DataRate_Write(void);
        !             7: void FLP_FIFO_Read(void);
        !             8: void FLP_FIFO_Write(void);
        !             9: void FLP_DataIn_Read(void);
        !            10: void FLP_Configuration_Write(void);
        !            11: void FLP_Control_Read(void);
        !            12: void FLP_Select_Write(void);
        !            13: 
        !            14: void FLP_IO_Handler(void);
        !            15: 
        !            16: void Floppy_Reset(void);
        !            17: int Floppy_Insert(int drive);
        !            18: void Floppy_Eject(int drive);
        !            19: 
        !            20: struct {
        !            21:     Uint8 data[1024];
        !            22:     Uint32 size;
        !            23:     Uint32 limit;
        !            24: } flp_buffer;
        !            25: 
        !            26: extern Uint8 floppy_select;
        !            27: void set_floppy_select(Uint8 sel, bool osp);

unix.superglobalmegacorp.com

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