summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess
diff options
context:
space:
mode:
author Osso <mesgnet@yahoo.it>2015-09-14 08:07:11 +0200
committer Osso <mesgnet@yahoo.it>2015-09-14 08:07:11 +0200
commit45516690a716ce894ec14a8f3c0c0992d19a5fd5 (patch)
tree6397e16eb9981e4fc495ee14b9e5c32fd6beddf1 /src/mess
parent934542508f90a40f022cd38384f8c25e4d198e40 (diff)
pcd.c: fix TravisCI build (nw)
Diffstat (limited to 'src/mess')
-rw-r--r--src/mess/drivers/pcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/pcd.c b/src/mess/drivers/pcd.c
index 808eaef5725..fed07e9d6a1 100644
--- a/src/mess/drivers/pcd.c
+++ b/src/mess/drivers/pcd.c
@@ -95,7 +95,7 @@ private:
int m_msg, m_bsy, m_io, m_cd, m_req, m_rst;
emu_timer *m_req_hack;
UINT16 m_dskctl;
- bool m_sound;
+ //bool m_sound;
struct {
UINT16 ctl;
UINT16 regs[1024];