summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/iq151/staper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/iq151/staper.cpp')
-rw-r--r--src/devices/bus/iq151/staper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/iq151/staper.cpp b/src/devices/bus/iq151/staper.cpp
index f04c4302540..eba32ef39cc 100644
--- a/src/devices/bus/iq151/staper.cpp
+++ b/src/devices/bus/iq151/staper.cpp
@@ -21,7 +21,7 @@
IMPLEMENTATION
***************************************************************************/
-static MACHINE_CONFIG_FRAGMENT( iq151_staper )
+static MACHINE_CONFIG_START( iq151_staper )
MCFG_DEVICE_ADD("ppi8255", I8255A, 0)
MCFG_I8255_IN_PORTA_CB(READ8(iq151_staper_device, ppi_porta_r))
MCFG_I8255_OUT_PORTB_CB(WRITE8(iq151_staper_device, ppi_portb_w))