Fixed regression in djmain games.

This commit is contained in:
Phil Bennett 2009-03-19 00:00:43 +00:00
parent da5486e086
commit 2b093656cf

View File

@ -1722,7 +1722,7 @@ READ16_DEVICE_HANDLER( ide_controller16_r )
{
int size;
offset *= 4;
offset *= 2;
size = convert_to_offset_and_size16(&offset, mem_mask);
return ide_controller_r(device, offset, size) << ((offset & 1) * 8);