summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/cdp1871.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/cdp1871.c')
-rw-r--r--src/emu/machine/cdp1871.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/emu/machine/cdp1871.c b/src/emu/machine/cdp1871.c
index eac72f26dc5..f87a8271aa9 100644
--- a/src/emu/machine/cdp1871.c
+++ b/src/emu/machine/cdp1871.c
@@ -93,12 +93,12 @@ static const UINT8 CDP1871_KEY_CODES[4][11][8] =
//-------------------------------------------------
cdp1871_device::cdp1871_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
- : device_t(mconfig, CDP1871, "RCA CDP1871", tag, owner, clock),
- m_inhibit(false),
- m_sense(0),
- m_drive(0),
- m_next_da(CLEAR_LINE),
- m_next_rpt(CLEAR_LINE)
+ : device_t(mconfig, CDP1871, "RCA CDP1871", tag, owner, clock),
+ m_inhibit(false),
+ m_sense(0),
+ m_drive(0),
+ m_next_da(CLEAR_LINE),
+ m_next_rpt(CLEAR_LINE)
{
}