Go to the source code of this file.
|
void | fdc_write_reg (int addr, Uint8 data) |
|
Uint8 | fdc_read_reg (int addr) |
|
void | fdc_init (Uint8 *cache_set) |
|
void | fdc_set_disk (int which, int in_have_disk, int in_have_write) |
|
void | fdc_allow_disk_access (int in) |
|
int | fdc_get_led_state (int blink_inc) |
|
int | fdc_get_buffer_cpu_address (void) |
|
int | fdc_get_buffer_disk_address (void) |
|
int | fdc_get_status_a (const int which) |
|
int | fdc_get_status_b (const int which) |
|
int | fdc_cb_rd_sec (const int which, Uint8 *buffer, const Uint8 side, const Uint8 track, const Uint8 sector) |
|
int | fdc_cb_wr_sec (const int which, Uint8 *buffer, const Uint8 side, const Uint8 track, const Uint8 sector) |
|
◆ FDC_ALLOW_DISK_ACCESS
#define FDC_ALLOW_DISK_ACCESS 1 |
◆ FDC_DENY_DISK_ACCESS
#define FDC_DENY_DISK_ACCESS 0 |
◆ FDC_DENY_DISK_ACCESS_ONCE
#define FDC_DENY_DISK_ACCESS_ONCE 2 |
◆ fdc_allow_disk_access()
void fdc_allow_disk_access |
( |
int |
in | ) |
|
◆ fdc_cb_rd_sec()
int fdc_cb_rd_sec |
( |
const int |
which, |
|
|
Uint8 * |
buffer, |
|
|
const Uint8 |
side, |
|
|
const Uint8 |
track, |
|
|
const Uint8 |
sector |
|
) |
| |
◆ fdc_cb_wr_sec()
int fdc_cb_wr_sec |
( |
const int |
which, |
|
|
Uint8 * |
buffer, |
|
|
const Uint8 |
side, |
|
|
const Uint8 |
track, |
|
|
const Uint8 |
sector |
|
) |
| |
◆ fdc_get_buffer_cpu_address()
int fdc_get_buffer_cpu_address |
( |
void |
| ) |
|
◆ fdc_get_buffer_disk_address()
int fdc_get_buffer_disk_address |
( |
void |
| ) |
|
◆ fdc_get_led_state()
int fdc_get_led_state |
( |
int |
blink_inc | ) |
|
◆ fdc_get_status_a()
int fdc_get_status_a |
( |
const int |
which | ) |
|
◆ fdc_get_status_b()
int fdc_get_status_b |
( |
const int |
which | ) |
|
◆ fdc_init()
void fdc_init |
( |
Uint8 * |
cache_set | ) |
|
◆ fdc_read_reg()
Uint8 fdc_read_reg |
( |
int |
addr | ) |
|
◆ fdc_set_disk()
void fdc_set_disk |
( |
int |
which, |
|
|
int |
in_have_disk, |
|
|
int |
in_have_write |
|
) |
| |
◆ fdc_write_reg()
void fdc_write_reg |
( |
int |
addr, |
|
|
Uint8 |
data |
|
) |
| |