sorry for the inconvenience. nw.

This commit is contained in:
etabeta78 2016-06-06 19:04:11 +02:00
parent c431bf4d50
commit 18fb4472cf

View File

@ -863,7 +863,7 @@ void gba_s3511_device::write(UINT16 data, int gpio_dirs)
{
// if (m_phase == 3)
// printf("RTC command OK\n");
if (!(m_last_val & 1) & (data & 1))
if (!(m_last_val & 1) && (data & 1))
{
// bit transfer
m_last_val = data & 0xff;