summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/s100_wunderbus.c
diff options
context:
space:
mode:
author Curt Coder <curtcoder@mail.com>2013-06-10 13:55:26 +0000
committer Curt Coder <curtcoder@mail.com>2013-06-10 13:55:26 +0000
commit9b623ab7114bb9ca27e1edb3605b086f726859e8 (patch)
tree995f0a97a8938df42ee37eacde1c938b5a1bf033 /src/mess/machine/s100_wunderbus.c
parent28e1ebd3e6fec97116c86a97ed512b1a6629e623 (diff)
Fixed regression. (nw)
Diffstat (limited to 'src/mess/machine/s100_wunderbus.c')
-rw-r--r--src/mess/machine/s100_wunderbus.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/machine/s100_wunderbus.c b/src/mess/machine/s100_wunderbus.c
index 01acc16d34b..c1641d9703d 100644
--- a/src/mess/machine/s100_wunderbus.c
+++ b/src/mess/machine/s100_wunderbus.c
@@ -169,7 +169,7 @@ WRITE_LINE_MEMBER( s100_wunderbus_device::rtc_tp_w )
//-------------------------------------------------
static MACHINE_CONFIG_FRAGMENT( s100_wunderbus )
- MCFG_PIC8259_ADD(I8259A_TAG, WRITELINE(s100_wunderbus_device, pic_int_w), VCC, NULL)
+ MCFG_PIC8259_ADD(I8259A_TAG, DEVWRITELINE(DEVICE_SELF, 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)
@@ -177,7 +177,7 @@ static MACHINE_CONFIG_FRAGMENT( s100_wunderbus )
MCFG_DEVICE_CARD_DEVICE_INPUT_DEFAULTS("serial_terminal", terminal)
MCFG_RS232_PORT_ADD(RS232_B_TAG, rs232b_intf, default_rs232_devices, NULL)
MCFG_RS232_PORT_ADD(RS232_C_TAG, rs232c_intf, default_rs232_devices, NULL)
- MCFG_UPD1990A_ADD(UPD1990C_TAG, XTAL_32_768kHz, NULL, DEVWRITELINE(DEVICE_SELF_OWNER, s100_wunderbus_device, rtc_tp_w))
+ MCFG_UPD1990A_ADD(UPD1990C_TAG, XTAL_32_768kHz, NULL, DEVWRITELINE(DEVICE_SELF, s100_wunderbus_device, rtc_tp_w))
MACHINE_CONFIG_END