mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
Move & 7. I'm pretty sure that line is never called, at least in the old code it could never reach the equivalent line. (nw)
This commit is contained in:
parent
3e5766d0ff
commit
cf58f7f28b
@ -63,7 +63,7 @@ WRITE16_MEMBER( ata_flash_pccard_device::write_memory )
|
||||
}
|
||||
else if( offset <= 15)
|
||||
{
|
||||
m_card->write_cs1(space, offset, data & 7, mem_mask);
|
||||
m_card->write_cs1(space, offset & 7, data, mem_mask);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user