mirror of
https://github.com/holub/mame
synced 2025-06-06 12:53:46 +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)
|
// if (m_phase == 3)
|
||||||
// printf("RTC command OK\n");
|
// printf("RTC command OK\n");
|
||||||
if (!(m_last_val & 1) & (data & 1))
|
if (!(m_last_val & 1) && (data & 1))
|
||||||
{
|
{
|
||||||
// bit transfer
|
// bit transfer
|
||||||
m_last_val = data & 0xff;
|
m_last_val = data & 0xff;
|
||||||
|
Loading…
Reference in New Issue
Block a user