summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/mm74c922.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/mm74c922.c')
-rw-r--r--src/emu/machine/mm74c922.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/emu/machine/mm74c922.c b/src/emu/machine/mm74c922.c
index d5e41de42a4..b94d678e46d 100644
--- a/src/emu/machine/mm74c922.c
+++ b/src/emu/machine/mm74c922.c
@@ -115,10 +115,10 @@ inline void mm74c922_device::detect_keypress()
//-------------------------------------------------
mm74c922_device::mm74c922_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
- : device_t(mconfig, MM74C922, "MM74C922", tag, owner, clock),
- m_x(0),
- m_y(0),
- m_next_da(0)
+ : device_t(mconfig, MM74C922, "MM74C922", tag, owner, clock),
+ m_x(0),
+ m_y(0),
+ m_next_da(0)
{
}