summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/null_modem.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/null_modem.c')
-rw-r--r--src/mess/machine/null_modem.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/machine/null_modem.c b/src/mess/machine/null_modem.c
index c11bcf71da3..22584d7aec1 100644
--- a/src/mess/machine/null_modem.c
+++ b/src/mess/machine/null_modem.c
@@ -4,8 +4,8 @@ const device_type NULL_MODEM = &device_creator<null_modem_device>;
null_modem_device::null_modem_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: device_t(mconfig, NULL_MODEM, "Null Modem", tag, owner, clock),
- device_serial_port_interface(mconfig, *this),
- m_bitbanger(*this, "bitbanger")
+ device_serial_port_interface(mconfig, *this),
+ m_bitbanger(*this, "bitbanger")
{
}