File:  [UNIX Amiga Emulator] / uae / include / disk.h
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:38:32 2018 UTC (8 years, 3 months ago) by root
Branches: MAIN, BSchmidt
CVS tags: uae060, HEAD
uae-0.6.0

 /* 
  * UAE - The Un*x Amiga Emulator
  * 
  * disk support
  *
  * (c) 1995 Bernd Schmidt
  */

extern void DISK_init(void);
extern void DISK_select(UBYTE data);
extern UBYTE DISK_status(void);
extern void DISK_GetData(UWORD *mfm,UWORD *byt);
extern void DISK_Index(void);
extern void DISK_InitWrite(void);
extern void DISK_WriteData(void);
extern void disk_eject(int num);
extern int disk_empty(int num);
extern void disk_insert(int num, char *name);

extern int indexpulse;
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.