mirror of
https://github.com/holub/mame
synced 2025-07-02 16:49:22 +03:00
Fixed regression in djmain games.
This commit is contained in:
parent
da5486e086
commit
2b093656cf
@ -1722,7 +1722,7 @@ READ16_DEVICE_HANDLER( ide_controller16_r )
|
|||||||
{
|
{
|
||||||
int size;
|
int size;
|
||||||
|
|
||||||
offset *= 4;
|
offset *= 2;
|
||||||
size = convert_to_offset_and_size16(&offset, mem_mask);
|
size = convert_to_offset_and_size16(&offset, mem_mask);
|
||||||
|
|
||||||
return ide_controller_r(device, offset, size) << ((offset & 1) * 8);
|
return ide_controller_r(device, offset, size) << ((offset & 1) * 8);
|
||||||
|
Loading…
Reference in New Issue
Block a user