Previous 199869 Revisions Next

r23655 Wednesday 12th June, 2013 at 19:07:06 UTC by smf
either I misunderstand the spec or the code but judge dredd doesn't like this change (nw)
[src/emu/machine]idectrl.c

trunk/src/emu/machine/idectrl.c
r23654r23655
612612
613613         /* reset the buffer */
614614         dev->buffer_offset = 0;
615         sectors_until_int = dev->block_count;
615         sectors_until_int = 1;
616616         dma_active = 0;
617617         verify_only = 0;
618618
r23654r23655
669669
670670         /* reset the buffer */
671671         dev->buffer_offset = 0;
672         sectors_until_int = dev->block_count;
672         sectors_until_int = 1;
673673         dma_active = 0;
674674
675675         /* mark the buffer ready */

Previous 199869 Revisions Next


© 1997-2024 The MAME Team