mirror of
https://github.com/holub/mame
synced 2025-06-05 04:16:28 +03:00
sorry for the inconvenience. nw.
This commit is contained in:
parent
c431bf4d50
commit
18fb4472cf
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user