summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/s100_wunderbus.c
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2013-05-20 10:44:27 +0000
committer smf- <smf-@users.noreply.github.com>2013-05-20 10:44:27 +0000
commitf230fd7250ab2c77480161a673b99ae4bc0403f2 (patch)
treefa17496451023a32dd0ce9c7142a0a3a7f167032 /src/mess/machine/s100_wunderbus.c
parent00132ec3481671d42f1cf664b4e21e2528733f17 (diff)
removed some redundant uses of DEVICE_SELF (nw)
Diffstat (limited to 'src/mess/machine/s100_wunderbus.c')
-rw-r--r--src/mess/machine/s100_wunderbus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/s100_wunderbus.c b/src/mess/machine/s100_wunderbus.c
index 85859307b28..f84a3b5ce32 100644
--- a/src/mess/machine/s100_wunderbus.c
+++ b/src/mess/machine/s100_wunderbus.c
@@ -175,7 +175,7 @@ static UPD1990A_INTERFACE( rtc_intf )
//-------------------------------------------------
static MACHINE_CONFIG_FRAGMENT( s100_wunderbus )
- MCFG_PIC8259_ADD(I8259A_TAG, DEVWRITELINE(DEVICE_SELF, s100_wunderbus_device, pic_int_w), VCC, NULL)
+ MCFG_PIC8259_ADD(I8259A_TAG, WRITELINE(s100_wunderbus_device, pic_int_w), VCC, NULL)
MCFG_INS8250_ADD(INS8250_1_TAG, ace1_intf, XTAL_18_432MHz/10)
MCFG_INS8250_ADD(INS8250_2_TAG, ace2_intf, XTAL_18_432MHz/10)
MCFG_INS8250_ADD(INS8250_3_TAG, ace3_intf, XTAL_18_432MHz/10)