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:
smf- 2013-06-09 14:37:01 +00:00
parent 3e5766d0ff
commit cf58f7f28b

View File

@ -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);
}
}