diff options
| author | 2013-05-19 20:31:33 +0000 | |
|---|---|---|
| committer | 2013-05-19 20:31:33 +0000 | |
| commit | e288e8772bbc2e1fdb6c1f8e0f4ffd536b5107fb (patch) | |
| tree | 162f8ee0511b6ec5ed5fdb291809e93a3aefa8d0 | |
| parent | 6d75797ddb60348e4f4370c8434e2793ea9191a3 (diff) | |
(MESS) mpz80: Fixed regression. (nw)
| -rw-r--r-- | src/mess/machine/s100_wunderbus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/s100_wunderbus.c b/src/mess/machine/s100_wunderbus.c index b2768ca69e1..8cefadce842 100644 --- a/src/mess/machine/s100_wunderbus.c +++ b/src/mess/machine/s100_wunderbus.c @@ -141,7 +141,7 @@ static UPD1990A_INTERFACE( rtc_intf ) //------------------------------------------------- static MACHINE_CONFIG_FRAGMENT( s100_wunderbus ) - MCFG_PIC8259_ADD(I8259A_TAG, DEVWRITELINE(DEVICE_SELF_OWNER, 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) |
