diff options
| author | 2022-05-22 09:36:01 +1000 | |
|---|---|---|
| committer | 2022-05-22 09:36:01 +1000 | |
| commit | 3984f8f883ab30ecba97c9f9497445fe91aa00da (patch) | |
| tree | 41e9a7e1c229be47cd7d582b5a4ef563e2224795 /src/devices/machine/i2cmem.cpp | |
| parent | 810d844469787797146d89475cacbba78f5ef2ae (diff) | |
srcclean in preparation for release
Diffstat (limited to 'src/devices/machine/i2cmem.cpp')
| -rw-r--r-- | src/devices/machine/i2cmem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/i2cmem.cpp b/src/devices/machine/i2cmem.cpp index 8b6358eceac..8c64c372358 100644 --- a/src/devices/machine/i2cmem.cpp +++ b/src/devices/machine/i2cmem.cpp @@ -470,7 +470,7 @@ WRITE_LINE_MEMBER( i2cmem_device::write_scl ) } break; } - + if( m_state != STATE_IDLE ) { m_sdar = 0 ; |
