summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
diff options
context:
space:
mode:
author Curt Coder <curtcoder@mail.com>2014-05-13 12:03:40 +0000
committer Curt Coder <curtcoder@mail.com>2014-05-13 12:03:40 +0000
commitf300367db20e5fc06a33019183d64ba9cc81c8ec (patch)
tree899221e34a57a9992f247b81f44dfb2fd5365493 /src/emu
parent8db8ef278ebc079e0116f1556d0b9b3779e1ecc1 (diff)
clang build fix. (nw)
Diffstat (limited to 'src/emu')
-rw-r--r--src/emu/machine/cr511b.c2
-rw-r--r--src/emu/machine/cr511b.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/machine/cr511b.c b/src/emu/machine/cr511b.c
index 0a4ee90bf80..20968e1760b 100644
--- a/src/emu/machine/cr511b.c
+++ b/src/emu/machine/cr511b.c
@@ -57,7 +57,7 @@ cr511b_device::cr511b_device(const machine_config &mconfig, const char *tag, dev
m_scor_handler(*this),
m_xaen_handler(*this),
m_frame_timer(NULL),
- m_motor(false),
+ //m_motor(false),
m_enabled(-1),
m_cmd(-1)
{
diff --git a/src/emu/machine/cr511b.h b/src/emu/machine/cr511b.h
index 5def8947fc9..912bafc8bae 100644
--- a/src/emu/machine/cr511b.h
+++ b/src/emu/machine/cr511b.h
@@ -136,14 +136,14 @@ private:
emu_timer *m_frame_timer;
- bool m_motor;
+ //bool m_motor;
// state of lines
int m_enabled;
int m_cmd;
// data transfer
- UINT8 m_sector_buffer[CD_MAX_SECTOR_DATA];
+ //UINT8 m_sector_buffer[CD_MAX_SECTOR_DATA];
};
// device type definition