summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/ds75160a.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/ds75160a.c')
-rw-r--r--src/emu/machine/ds75160a.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/emu/machine/ds75160a.c b/src/emu/machine/ds75160a.c
index a936d2e9a32..f265316678a 100644
--- a/src/emu/machine/ds75160a.c
+++ b/src/emu/machine/ds75160a.c
@@ -28,10 +28,10 @@ const device_type DS75160A = &device_creator<ds75160a_device>;
//-------------------------------------------------
ds75160a_device::ds75160a_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
- : device_t(mconfig, DS75160A, "DS75160A", tag, owner, clock),
- m_data(0xff),
- m_te(0),
- m_pe(0)
+ : device_t(mconfig, DS75160A, "DS75160A", tag, owner, clock),
+ m_data(0xff),
+ m_te(0),
+ m_pe(0)
{
}