mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
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.
This commit is contained in:
parent
54d53b06a4
commit
316bac013e
@ -320,14 +320,8 @@ static MACHINE_CONFIG_START( tdv2324, tdv2324_state )
|
||||
MCFG_PIC8259_ADD(P8259A_TAG, NULL, VCC, NULL)
|
||||
|
||||
MCFG_DEVICE_ADD(P8253_5_0_TAG, PIT8253, 0)
|
||||
MCFG_PIT8253_CLK0(0)
|
||||
MCFG_PIT8253_CLK1(0)
|
||||
MCFG_PIT8253_CLK2(0)
|
||||
|
||||
MCFG_DEVICE_ADD(P8253_5_1_TAG, PIT8253, 0)
|
||||
MCFG_PIT8253_CLK0(0)
|
||||
MCFG_PIT8253_CLK1(0)
|
||||
MCFG_PIT8253_CLK2(0)
|
||||
|
||||
MCFG_Z80SIO2_ADD(MK3887N4_TAG, 8000000/2, sio_intf)
|
||||
MCFG_FD1797x_ADD(FD1797PL02_TAG, 8000000/4)
|
||||
|
Loading…
Reference in New Issue
Block a user