Go to the source code of this file.
|
void | d81access_cb_chgmode (const int which, const int mode) |
|
int | d81access_read_sect (const int which, Uint8 *buffer, const Uint8 side, const Uint8 track, const Uint8 sector, const int sector_size) |
|
int | d81access_write_sect (const int which, Uint8 *buffer, const Uint8 side, const Uint8 track, const Uint8 sector, const int sector_size) |
|
void | d81access_init (void) |
|
int | d81access_get_mode (int which) |
|
void | d81access_close (int which) |
|
void | d81access_close_all (void) |
|
void | d81access_attach_fd (int which, int fd, off_t offset, int mode) |
|
int | d81access_attach_fsobj (int which, const char *fn, int mode) |
|
Uint8 * | d81access_create_image (Uint8 *img, const char *diskname, const int name_from_fn) |
|
int | d81access_create_image_file (const char *fn, const char *diskname, const int do_overwrite, const char *cry) |
|
◆ D81_SIZE
◆ D81ACCESS_AUTOCLOSE
#define D81ACCESS_AUTOCLOSE 0x200 |
◆ D81ACCESS_CALLBACKS
#define D81ACCESS_CALLBACKS 8 |
◆ D81ACCESS_D64
#define D81ACCESS_D64 0x800 |
◆ D81ACCESS_D65
#define D81ACCESS_D65 0x2000 |
◆ D81ACCESS_D71
#define D81ACCESS_D71 0x1000 |
◆ D81ACCESS_DIR
◆ D81ACCESS_EMPTY
#define D81ACCESS_EMPTY 0 |
◆ D81ACCESS_FAKE64
#define D81ACCESS_FAKE64 0x400 |
◆ D81ACCESS_IMG
◆ D81ACCESS_PRG
◆ D81ACCESS_RO
#define D81ACCESS_RO 0x100 |
◆ PRG_MAX_SIZE
#define PRG_MAX_SIZE 0xD700 |
◆ PRG_MIN_SIZE
◆ d81access_attach_fd()
void d81access_attach_fd |
( |
int |
which, |
|
|
int |
fd, |
|
|
off_t |
offset, |
|
|
int |
mode |
|
) |
| |
◆ d81access_attach_fsobj()
int d81access_attach_fsobj |
( |
int |
which, |
|
|
const char * |
fn, |
|
|
int |
mode |
|
) |
| |
◆ d81access_cb_chgmode()
void d81access_cb_chgmode |
( |
const int |
which, |
|
|
const int |
mode |
|
) |
| |
◆ d81access_close()
void d81access_close |
( |
int |
which | ) |
|
◆ d81access_close_all()
void d81access_close_all |
( |
void |
| ) |
|
◆ d81access_create_image()
Uint8* d81access_create_image |
( |
Uint8 * |
img, |
|
|
const char * |
diskname, |
|
|
const int |
name_from_fn |
|
) |
| |
◆ d81access_create_image_file()
int d81access_create_image_file |
( |
const char * |
fn, |
|
|
const char * |
diskname, |
|
|
const int |
do_overwrite, |
|
|
const char * |
cry |
|
) |
| |
◆ d81access_get_mode()
int d81access_get_mode |
( |
int |
which | ) |
|
◆ d81access_init()
void d81access_init |
( |
void |
| ) |
|
◆ d81access_read_sect()
int d81access_read_sect |
( |
const int |
which, |
|
|
Uint8 * |
buffer, |
|
|
const Uint8 |
side, |
|
|
const Uint8 |
track, |
|
|
const Uint8 |
sector, |
|
|
const int |
sector_size |
|
) |
| |
◆ d81access_write_sect()
int d81access_write_sect |
( |
const int |
which, |
|
|
Uint8 * |
buffer, |
|
|
const Uint8 |
side, |
|
|
const Uint8 |
track, |
|
|
const Uint8 |
sector, |
|
|
const int |
sector_size |
|
) |
| |