#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/io.h>
#include "midas.h"
#include "crate.h"
#include "diag.h"
Go to the source code of this file.
INT floppy_ttl_poll_dead |
( |
) | |
|
INT floppy_ttl_poll_live |
( |
) | |
|
INT floppy_ttl_start_block |
( |
) | |
|
Definition at line 54 of file floppy_ttl.cpp.
References printf(), ready, and SUCCESS.
61 DWORD start_waiting = ss_millitime();
62 while(!ready && ss_millitime() < start_waiting + 1000) {
64 int input = inb(0x3f7);
71 printf(
"\n\n\nNot ready, start times out\n");
Initial value:= {
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
}
Definition at line 17 of file floppy_ttl.cpp.