summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/mb89374.cpp
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2018-03-25 02:03:24 +1100
committer Vas Crabb <vas@vastheman.com>2018-03-25 02:03:24 +1100
commit08dde5eb0acb30b68b403a2b9ad2fd503067f2bd (patch)
tree9ea8ba7c97d124aa4f7600ebb183667609f81224 /src/devices/machine/mb89374.cpp
parent8142f24c4307439397ffb2c01fab76e6f2c1b95e (diff)
srcclean and regenerate localisations (nw)
Diffstat (limited to 'src/devices/machine/mb89374.cpp')
-rw-r--r--src/devices/machine/mb89374.cpp8
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;