···55/*****************************************************************************
66 * File name: src/arch/rc759/rc759.c *
77 * Created: 2012-06-29 by Hampa Hug <hampa@hampa.ch> *
88- * Copyright: (C) 2012-2021 Hampa Hug <hampa@hampa.ch> *
88+ * Copyright: (C) 2012-2025 Hampa Hug <hampa@hampa.ch> *
99 *****************************************************************************/
10101111/*****************************************************************************
···1515 * *
1616 * This program is distributed in the hope that it will be useful, but *
1717 * WITHOUT ANY WARRANTY, without even the implied warranty of *
1818- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General *
1818+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General *
1919 * Public License for more details. *
2020 *****************************************************************************/
2121···434434435435 wd179x_set_input_clock (&sim->fdc.wd179x, sim->clock_freq);
436436 wd179x_set_bit_clock (&sim->fdc.wd179x, 2000000);
437437+438438+ wd179x_set_drive_mask (&sim->fdc.wd179x, 0, 1);
439439+ wd179x_set_drive_mask (&sim->fdc.wd179x, 1, 1);
437440438441 rc759_fdc_set_disks (&sim->fdc, sim->dsks);
439442