A bit more clang-format
This commit is contained in:
@@ -2373,17 +2373,17 @@ const device_t fdc_xt_device = {
|
||||
};
|
||||
|
||||
const device_t fdc_xt_sec_device = {
|
||||
.name = "PC/XT Floppy Drive Controller (Secondary)",
|
||||
.name = "PC/XT Floppy Drive Controller (Secondary)",
|
||||
.internal_name = "fdc_xt",
|
||||
.flags = FDC_FLAG_SEC,
|
||||
.local = 0,
|
||||
.init = fdc_init,
|
||||
.close = fdc_close,
|
||||
.reset = fdc_reset,
|
||||
.flags = FDC_FLAG_SEC,
|
||||
.local = 0,
|
||||
.init = fdc_init,
|
||||
.close = fdc_close,
|
||||
.reset = fdc_reset,
|
||||
{ .available = NULL },
|
||||
.speed_changed = NULL,
|
||||
.force_redraw = NULL,
|
||||
.config = NULL
|
||||
.force_redraw = NULL,
|
||||
.config = NULL
|
||||
};
|
||||
|
||||
const device_t fdc_xt_t1x00_device = {
|
||||
@@ -2457,17 +2457,17 @@ const device_t fdc_at_device = {
|
||||
};
|
||||
|
||||
const device_t fdc_at_sec_device = {
|
||||
.name = "PC/AT Floppy Drive Controller (Secondary)",
|
||||
.name = "PC/AT Floppy Drive Controller (Secondary)",
|
||||
.internal_name = "fdc_at_sec",
|
||||
.flags = 0,
|
||||
.local = FDC_FLAG_AT | FDC_FLAG_SEC,
|
||||
.init = fdc_init,
|
||||
.close = fdc_close,
|
||||
.reset = fdc_reset,
|
||||
.flags = 0,
|
||||
.local = FDC_FLAG_AT | FDC_FLAG_SEC,
|
||||
.init = fdc_init,
|
||||
.close = fdc_close,
|
||||
.reset = fdc_reset,
|
||||
{ .available = NULL },
|
||||
.speed_changed = NULL,
|
||||
.force_redraw = NULL,
|
||||
.config = NULL
|
||||
.force_redraw = NULL,
|
||||
.config = NULL
|
||||
};
|
||||
|
||||
const device_t fdc_at_actlow_device = {
|
||||
|
||||
@@ -124,7 +124,7 @@ static const device_config_t b215_config[] = {
|
||||
}
|
||||
},
|
||||
{ .name = "", .description = "", .type = CONFIG_END }
|
||||
// clang-format on
|
||||
// clang-format on
|
||||
};
|
||||
|
||||
const device_t fdc_b215_device = {
|
||||
|
||||
@@ -140,7 +140,7 @@ static const device_config_t pii_config[] = {
|
||||
}
|
||||
},
|
||||
{ .name = "", .description = "", .type = CONFIG_END }
|
||||
// clang-format on
|
||||
// clang-format on
|
||||
};
|
||||
|
||||
const device_t fdc_pii151b_device = {
|
||||
|
||||
@@ -75,7 +75,7 @@ typedef struct {
|
||||
|
||||
fdd_t fdd[FDD_NUM];
|
||||
|
||||
char floppyfns[FDD_NUM][512];
|
||||
char floppyfns[FDD_NUM][512];
|
||||
char *fdd_image_history[FDD_NUM][FLOPPY_IMAGE_HISTORY];
|
||||
|
||||
pc_timer_t fdd_poll_time[FDD_NUM];
|
||||
|
||||
1312
src/floppy/fdd_img.c
1312
src/floppy/fdd_img.c
File diff suppressed because it is too large
Load Diff
1258
src/floppy/fdd_td0.c
1258
src/floppy/fdd_td0.c
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user