Go to the source code of this file.
|
int | sdcard_init (const char *fn, const int virtsd_flag, const int default_d81_is_from_sd_in) |
|
Uint32 | sdcard_get_size (void) |
|
void | sdcard_write_register (int reg, Uint8 data) |
|
Uint8 | sdcard_read_register (int reg) |
|
int | sdcard_read_block (Uint32 block, Uint8 *buffer) |
|
int | sdcard_write_block (Uint32 block, Uint8 *buffer) |
|
int | sdcard_force_external_mount (const int unit, const char *filename, const char *cry) |
|
int | sdcard_force_external_mount_with_image_creation (const int unit, const char *filename, const int do_overwrite, const char *cry) |
|
int | sdcard_unmount (const int unit) |
|
int | sdcard_default_d81_mount (const int unit) |
|
const char * | sdcard_get_mount_info (const int unit, int *is_internal) |
|
void | sdcard_notify_system_start_begin (void) |
|
void | sdcard_notify_system_start_end (void) |
|
◆ SD_ST_BUSY0
◆ SD_ST_BUSY1
◆ SD_ST_ERROR
◆ SD_ST_EXT_BUS
#define SD_ST_EXT_BUS 0x80 |
◆ SD_ST_FSM_ERROR
#define SD_ST_FSM_ERROR 0x20 |
◆ SD_ST_MAPPED
#define SD_ST_MAPPED 0x08 |
◆ SD_ST_RESET
◆ sdcard_default_d81_mount()
int sdcard_default_d81_mount |
( |
const int |
unit | ) |
|
◆ sdcard_force_external_mount()
int sdcard_force_external_mount |
( |
const int |
unit, |
|
|
const char * |
filename, |
|
|
const char * |
cry |
|
) |
| |
◆ sdcard_force_external_mount_with_image_creation()
int sdcard_force_external_mount_with_image_creation |
( |
const int |
unit, |
|
|
const char * |
filename, |
|
|
const int |
do_overwrite, |
|
|
const char * |
cry |
|
) |
| |
◆ sdcard_get_mount_info()
const char* sdcard_get_mount_info |
( |
const int |
unit, |
|
|
int * |
is_internal |
|
) |
| |
◆ sdcard_get_size()
Uint32 sdcard_get_size |
( |
void |
| ) |
|
◆ sdcard_init()
int sdcard_init |
( |
const char * |
fn, |
|
|
const int |
virtsd_flag, |
|
|
const int |
default_d81_is_from_sd_in |
|
) |
| |
◆ sdcard_notify_system_start_begin()
void sdcard_notify_system_start_begin |
( |
void |
| ) |
|
◆ sdcard_notify_system_start_end()
void sdcard_notify_system_start_end |
( |
void |
| ) |
|
◆ sdcard_read_block()
◆ sdcard_read_register()
Uint8 sdcard_read_register |
( |
int |
reg | ) |
|
◆ sdcard_unmount()
int sdcard_unmount |
( |
const int |
unit | ) |
|
◆ sdcard_write_block()
int sdcard_write_block |
( |
Uint32 |
block, |
|
|
Uint8 * |
buffer |
|
) |
| |
◆ sdcard_write_register()
void sdcard_write_register |
( |
int |
reg, |
|
|
Uint8 |
data |
|
) |
| |
◆ disk_buffer_cpu_view
Uint8* disk_buffer_cpu_view |
◆ disk_buffer_io_mapped
Uint8* disk_buffer_io_mapped |
◆ disk_buffers
Uint8 disk_buffers[0x1000] |
◆ sd_status
◆ xemu_external_d81_signature
const char xemu_external_d81_signature[] |