Previous 199869 Revisions Next

r22952 Sunday 19th May, 2013 at 20:31:33 UTC by Curt Coder
(MESS) mpz80: Fixed regression. (nw)
[src/mess/machine]s100_wunderbus.c

trunk/src/mess/machine/s100_wunderbus.c
r22951r22952
141141//-------------------------------------------------
142142
143143static MACHINE_CONFIG_FRAGMENT( s100_wunderbus )
144   MCFG_PIC8259_ADD(I8259A_TAG, DEVWRITELINE(DEVICE_SELF_OWNER, s100_wunderbus_device, pic_int_w), VCC, NULL)
144   MCFG_PIC8259_ADD(I8259A_TAG, DEVWRITELINE(DEVICE_SELF, s100_wunderbus_device, pic_int_w), VCC, NULL)
145145   MCFG_INS8250_ADD(INS8250_1_TAG, ace1_intf, XTAL_18_432MHz/10)
146146   MCFG_INS8250_ADD(INS8250_2_TAG, ace2_intf, XTAL_18_432MHz/10)
147147   MCFG_INS8250_ADD(INS8250_3_TAG, ace3_intf, XTAL_18_432MHz/10)

Previous 199869 Revisions Next


© 1997-2024 The MAME Team