diff options
Diffstat (limited to 'src/devices/bus/plg1x0/plg1x0.cpp')
-rw-r--r-- | src/devices/bus/plg1x0/plg1x0.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/plg1x0/plg1x0.cpp b/src/devices/bus/plg1x0/plg1x0.cpp index 6abd5100209..939b4265e5d 100644 --- a/src/devices/bus/plg1x0/plg1x0.cpp +++ b/src/devices/bus/plg1x0/plg1x0.cpp @@ -12,7 +12,7 @@ DEFINE_DEVICE_TYPE(PLG1X0_CONNECTOR, plg1x0_connector, "plg1x0_connector", "PLG1 plg1x0_connector::plg1x0_connector(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) : device_t(mconfig, PLG1X0_CONNECTOR, tag, owner, clock), device_single_card_slot_interface<device_plg1x0_interface>(mconfig, *this), - device_mixer_interface(mconfig, *this, 2), + device_mixer_interface(mconfig, *this), m_midi_tx(*this) { } |