summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/saa1043.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/saa1043.cpp')
-rw-r--r--src/devices/machine/saa1043.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/devices/machine/saa1043.cpp b/src/devices/machine/saa1043.cpp
index 215f4d36524..48b1f168639 100644
--- a/src/devices/machine/saa1043.cpp
+++ b/src/devices/machine/saa1043.cpp
@@ -4,8 +4,8 @@
Philips SAA1043 Universal Sync Generator
- TOOD:
- - Everything.
+ TOOD:
+ - Everything.
***********************************************************************/
@@ -19,8 +19,8 @@ DEFINE_DEVICE_TYPE(SAA1043, saa1043_device, "saa1043", "Philips SAA1043")
saa1043_device::saa1043_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
: device_t(mconfig, SAA1043, tag, owner, clock)
, m_outputs{ *this, *this, *this, *this, *this, *this,
- *this, *this, *this, *this, *this, *this,
- *this, *this, *this, *this, *this, *this }
+ *this, *this, *this, *this, *this, *this,
+ *this, *this, *this, *this, *this, *this }
{
memset(m_outputs_hooked, 0, sizeof(bool) * OUT_COUNT);
}