Previous 199869 Revisions Next

r19381 Friday 7th December, 2012 at 14:51:55 UTC by David Haywood
resetting the cdc causes more issues than it solves (nw)
[src/mess/drivers]ng_aes.c

trunk/src/mess/drivers/ng_aes.c
r19380r19381
470470         {
471471            if (data==0x00)
472472            {
473               m_tempcdc->NeoCDCommsReset();
473            // not a good idea, causes hangs
474            //   m_tempcdc->NeoCDCommsReset();
474475            }
475476         }
476477         break;

Previous 199869 Revisions Next


© 1997-2024 The MAME Team