mirror of
https://github.com/holub/mame
synced 2025-07-02 00:29:37 +03:00
resetting the cdc causes more issues than it solves (nw)
This commit is contained in:
parent
35ee2c5603
commit
ec75d75610
@ -470,7 +470,8 @@ WRITE16_MEMBER(ng_aes_state::neocd_control_w)
|
|||||||
{
|
{
|
||||||
if (data==0x00)
|
if (data==0x00)
|
||||||
{
|
{
|
||||||
m_tempcdc->NeoCDCommsReset();
|
// not a good idea, causes hangs
|
||||||
|
// m_tempcdc->NeoCDCommsReset();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user