diff options
Diffstat (limited to 'src/devices/machine/sci4.cpp')
| -rw-r--r-- | src/devices/machine/sci4.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/sci4.cpp b/src/devices/machine/sci4.cpp index f60c211e1b0..b8eb647b4a3 100644 --- a/src/devices/machine/sci4.cpp +++ b/src/devices/machine/sci4.cpp @@ -203,7 +203,7 @@ void sci4_device::tx_set(int chan, int state) for(u32 i=0; i != 4; i++) if((m_targets & (1<<i))) m_tx[i+3](state); - + } void sci4_device::fifo_w(int chan, u8 data) |
