mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-08-10 21:25:28 +00:00
1f2256ec81a/7ee8b9b2 were referencing a multiple_sector_count field,
but it was never set. This was resulting in an error being returned
(`READ MULTIPLE with SET MULTIPLE==0`).` We actually should use
`sec_per_block``, which bd16b7c69e
introduced.