mirror of
https://github.com/holub/mame
synced 2025-05-30 01:23:07 +03:00
either I misunderstand the spec or the code but judge dredd doesn't like this change (nw)
This commit is contained in:
parent
6f67159d96
commit
86523aabea
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user