either I misunderstand the spec or the code but judge dredd doesn't like this change (nw)

This commit is contained in:
smf- 2013-06-12 19:07:06 +00:00
parent 6f67159d96
commit 86523aabea

View File

@ -612,7 +612,7 @@ void ide_controller_device::handle_command(UINT8 _command)
/* reset the buffer */
dev->buffer_offset = 0;
sectors_until_int = dev->block_count;
sectors_until_int = 1;
dma_active = 0;
verify_only = 0;
@ -669,7 +669,7 @@ void ide_controller_device::handle_command(UINT8 _command)
/* reset the buffer */
dev->buffer_offset = 0;
sectors_until_int = dev->block_count;
sectors_until_int = 1;
dma_active = 0;
/* mark the buffer ready */