10 lines
240 B
C
10 lines
240 B
C
void fdc_init();
|
|
void fdc_add();
|
|
void fdc_add_pcjr();
|
|
void fdc_remove();
|
|
void fdc_reset();
|
|
void fdc_poll();
|
|
void fdc_abort();
|
|
void fdc_discchange_clear(int drive);
|
|
void fdc_set_dskchg_activelow();
|
|
void fdc_3f1_enable(int enable);
|