···217217218218# The floppy disk controller
219219fdc {
220220- # The PBIT file attached to the first floppy disk drive.
221221- # If this option is not set, or the file can't be read,
222222- # the disk with ID 0 is used instead.
223223- file0 = "fd0.pbit"
220220+ # The disk id used for drive 0.
221221+ id0 = 0
224222225225- # The PBIT file attached to the second floppy disk drive.
226226- # If this option is not set, or the file can't be read,
227227- # the disk with ID 1 is used instead.
228228- file1 = "fd1.pbit"
223223+ # The disk id used for drive 1.
224224+ id1 = 1
229225}
230226231227···234230 drive = 0
235231 optional = 1
236232 type = "auto"
233233+ file = "fd0.pri"
237234 file = "fd0.img"
238238- file = "fd0.pfdc"
235235+ file = "fd0.psi"
239236}
240237241238# The second floppy drive
···243240 drive = 1
244241 optional = 1
245242 type = "auto"
243243+ file = "fd1.pri"
246244 file = "fd1.img"
247247- file = "fd1.pfdc"
245245+ file = "fd1.psi"
248246}