summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2022-10-21 21:12:18 +0200
committer hap <happppp@users.noreply.github.com>2022-10-21 21:12:31 +0200
commit264b9c85f6a01c53076fd294fa3db8b780c489cb (patch)
tree2ff1e9ece29cf5e44aef1f7ab748d93830fe7635 /src/devices/machine
parent242c95ca21ebafd0f3292206d01e2a774258d834 (diff)
dbreed: fix sprites on scorebar regression [Mamesick]
Diffstat (limited to 'src/devices/machine')
-rw-r--r--src/devices/machine/i8251.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/i8251.h b/src/devices/machine/i8251.h
index 2bda850958e..0cf1a7c911d 100644
--- a/src/devices/machine/i8251.h
+++ b/src/devices/machine/i8251.h
@@ -133,7 +133,7 @@ private:
/* data being received */
uint8_t m_rx_data;
- /* tx buffer */
+ /* tx buffer */
uint8_t m_tx_data;
void sync1_w(uint8_t data);
void sync2_w(uint8_t data);