Previous 199869 Revisions Next

r28734 Wednesday 19th March, 2014 at 18:13:57 UTC by Osso
Reverted changes to tdv2324 now that the better fix was applied to pit8253.c (nw)
leland used to specify the clocks before the pit8253 devcb2 conversion, so I'll let them there for the time being.
[src/mess/drivers]tdv2324.c

trunk/src/mess/drivers/tdv2324.c
r28733r28734
320320   MCFG_PIC8259_ADD(P8259A_TAG, NULL, VCC, NULL)
321321
322322   MCFG_DEVICE_ADD(P8253_5_0_TAG, PIT8253, 0)
323   MCFG_PIT8253_CLK0(0)
324   MCFG_PIT8253_CLK1(0)
325   MCFG_PIT8253_CLK2(0)
326323
327324   MCFG_DEVICE_ADD(P8253_5_1_TAG, PIT8253, 0)
328   MCFG_PIT8253_CLK0(0)
329   MCFG_PIT8253_CLK1(0)
330   MCFG_PIT8253_CLK2(0)
331325
332326   MCFG_Z80SIO2_ADD(MK3887N4_TAG, 8000000/2, sio_intf)
333327   MCFG_FD1797x_ADD(FD1797PL02_TAG, 8000000/4)

Previous 199869 Revisions Next


© 1997-2024 The MAME Team