Oops (nw)

This commit is contained in:
Olivier Galibert 2018-05-26 23:09:56 +02:00
parent 83a3b78fb3
commit 2b54bc0e04

View File

@ -1701,6 +1701,7 @@ void floppy_image_format_t::generate_track_from_bitstream(int track, int head, c
dest.push_back(cbit | (count+2));
cbit = cbit == floppy_image::MG_A ? floppy_image::MG_B : floppy_image::MG_A;
if(need_flux) {
need_flux = false;
dest.push_back(cbit | 1);
cbit = cbit == floppy_image::MG_A ? floppy_image::MG_B : floppy_image::MG_A;
count = 1;