summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2018-05-26 11:50:33 -0400
committer AJR <ajrhacker@users.noreply.github.com>2018-05-26 11:50:33 -0400
commit524099ea9f005bef89683eb82d1f00235534ddbe (patch)
treee57e95e2f06e837bdaf6a502053fa1e0b469fdc4 /src/devices
parent3bf53341613c3f22d706b6abf10b832b4a21ccaa (diff)
dectalk.cpp: Eliminate machine().device (nw)
pc9801_26: Fix clang build (nw)
Diffstat (limited to 'src/devices')
-rw-r--r--src/devices/bus/cbus/pc9801_26.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/devices/bus/cbus/pc9801_26.h b/src/devices/bus/cbus/pc9801_26.h
index 9ad86b8b067..abda3181512 100644
--- a/src/devices/bus/cbus/pc9801_26.h
+++ b/src/devices/bus/cbus/pc9801_26.h
@@ -44,8 +44,6 @@ private:
required_device<pc9801_slot_device> m_bus;
required_device<ym2203_device> m_opn;
- uint8_t m_joy_sel;
-
DECLARE_WRITE_LINE_MEMBER(sound_irq);
};