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.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/machine/saa1043.cpp b/src/devices/machine/saa1043.cpp
index 7e480ddcf4b..c6766cf5b7e 100644
--- a/src/devices/machine/saa1043.cpp
+++ b/src/devices/machine/saa1043.cpp
@@ -22,6 +22,7 @@ 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)
+ , m_type(PAL)
{
std::fill(std::begin(m_outputs_hooked), std::end(m_outputs_hooked), false);
}