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/ay31015.cpp | |
parent | 8142f24c4307439397ffb2c01fab76e6f2c1b95e (diff) |
srcclean and regenerate localisations (nw)
Diffstat (limited to 'src/devices/machine/ay31015.cpp')
-rw-r--r-- | src/devices/machine/ay31015.cpp | 2 |
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; } |