resetting the cdc causes more issues than it solves (nw)

This commit is contained in:
David Haywood 2012-12-07 14:51:55 +00:00
parent 35ee2c5603
commit ec75d75610

View File

@ -470,7 +470,8 @@ WRITE16_MEMBER(ng_aes_state::neocd_control_w)
{
if (data==0x00)
{
m_tempcdc->NeoCDCommsReset();
// not a good idea, causes hangs
// m_tempcdc->NeoCDCommsReset();
}
}
break;