summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/lpt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/lpt.cpp')
-rw-r--r--src/devices/bus/isa/lpt.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/devices/bus/isa/lpt.cpp b/src/devices/bus/isa/lpt.cpp
index 39f9df36671..ca81b9a0499 100644
--- a/src/devices/bus/isa/lpt.cpp
+++ b/src/devices/bus/isa/lpt.cpp
@@ -19,16 +19,11 @@ isa8_lpt_device::isa8_lpt_device(const machine_config &mconfig, const char *tag,
{
}
-static MACHINE_CONFIG_START( lpt_config )
+MACHINE_CONFIG_MEMBER( isa8_lpt_device::device_add_mconfig )
MCFG_DEVICE_ADD("lpt", PC_LPT, 0)
MCFG_PC_LPT_IRQ_HANDLER(WRITELINE(isa8_lpt_device, pc_cpu_line))
MACHINE_CONFIG_END
-machine_config_constructor isa8_lpt_device::device_mconfig_additions() const
-{
- return MACHINE_CONFIG_NAME( lpt_config );
-}
-
static INPUT_PORTS_START( lpt_dsw )
PORT_START("DSW")
PORT_DIPNAME( 0x01, 0x00, "Base address")