summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/cbus/pc9801_snd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/cbus/pc9801_snd.h')
-rw-r--r--src/devices/bus/cbus/pc9801_snd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/cbus/pc9801_snd.h b/src/devices/bus/cbus/pc9801_snd.h
index 24c410cf12d..a5d9b8d3c61 100644
--- a/src/devices/bus/cbus/pc9801_snd.h
+++ b/src/devices/bus/cbus/pc9801_snd.h
@@ -17,9 +17,9 @@ class pc9801_snd_device : public device_t
public:
pc9801_snd_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock);
+protected:
DECLARE_READ8_MEMBER(opn_porta_r);
DECLARE_WRITE8_MEMBER(opn_portb_w);
-protected:
private:
uint8_t m_joy_sel;