summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ay31015.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/ay31015.cpp
parent8142f24c4307439397ffb2c01fab76e6f2c1b95e (diff)
srcclean and regenerate localisations (nw)
Diffstat (limited to 'src/devices/machine/ay31015.cpp')
-rw-r--r--src/devices/machine/ay31015.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/ay31015.cpp b/src/devices/machine/ay31015.cpp
index 7ff281eb1a0..c3f5ae7f2d6 100644
--- a/src/devices/machine/ay31015.cpp
+++ b/src/devices/machine/ay31015.cpp
@@ -787,7 +787,7 @@ uint8_t ay31015_device::get_received_data()
m_status_reg &= ~STATUS_DAV;
update_status_pins();
}
-
+
return m_rx_buffer;
}