diff options
author | 2018-03-25 02:03:24 +1100 | |
---|---|---|
committer | 2018-03-25 02:03:24 +1100 | |
commit | 08dde5eb0acb30b68b403a2b9ad2fd503067f2bd (patch) | |
tree | 9ea8ba7c97d124aa4f7600ebb183667609f81224 /src/devices/machine/mb89374.cpp | |
parent | 8142f24c4307439397ffb2c01fab76e6f2c1b95e (diff) |
srcclean and regenerate localisations (nw)
Diffstat (limited to 'src/devices/machine/mb89374.cpp')
-rw-r--r-- | src/devices/machine/mb89374.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/devices/machine/mb89374.cpp b/src/devices/machine/mb89374.cpp index f1950c16fb4..32c95b38b05 100644 --- a/src/devices/machine/mb89374.cpp +++ b/src/devices/machine/mb89374.cpp @@ -1,10 +1,10 @@ // license:BSD-3-Clause // copyright-holders:Ariane Fugmann /** - MB89374 + MB89374 - Fujitsu - Data Link Controller + Fujitsu + Data Link Controller **/ @@ -278,7 +278,7 @@ READ8_MEMBER(mb89374_device::read) case REGISTER_RXSR0: data = m_rxsr0; break; - + case REGISTER_RXSR1: data = m_rxsr1; break; |