Annotation of uae/src/include/disk.h, revision 1.1

1.1     ! root        1:  /* 
        !             2:   * UAE - The Un*x Amiga Emulator
        !             3:   * 
        !             4:   * disk support
        !             5:   *
        !             6:   * (c) 1995 Bernd Schmidt
        !             7:   */
        !             8: 
        !             9: extern void DISK_init(void);
        !            10: extern void DISK_select(UBYTE data);
        !            11: extern UBYTE DISK_status(void);
        !            12: extern int DISK_GetData(UWORD *mfm,UWORD *byt);
        !            13: extern void DISK_InitWrite(void);
        !            14: extern void DISK_WriteData(int);
        !            15: extern void disk_eject(int num);
        !            16: extern int disk_empty(int num);
        !            17: extern void disk_insert(int num, char *name);
        !            18: extern int DISK_ReadMFM(CPTR);
        !            19: extern int DISK_PrepareReadMFM(int, UWORD, int);
        !            20: 
        !            21: extern UWORD* mfmwrite;

unix.superglobalmegacorp.com

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