trunk/src/mame/drivers/calchase.c
r241661 | r241662 | |
127 | 127 | #include "video/pc_vga.h" |
128 | 128 | #include "sound/dac.h" |
129 | 129 | #include "machine/pcshare.h" |
| 130 | #include "machine/ds128x.h" |
130 | 131 | #include "bus/isa/trident.h" |
131 | 132 | |
132 | 133 | |
r241661 | r241662 | |
661 | 662 | /* video hardware */ |
662 | 663 | MCFG_FRAGMENT_ADD( pcvideo_trident_vga ) |
663 | 664 | |
| 665 | MCFG_DEVICE_REMOVE("rtc") |
| 666 | MCFG_DS12885_ADD("rtc") |
| 667 | MCFG_MC146818_IRQ_HANDLER(DEVWRITELINE("pic8259_2", pic8259_device, ir0_w)) |
| 668 | MCFG_MC146818_CENTURY_INDEX(0x32) |
| 669 | |
664 | 670 | /* sound hardware */ |
665 | 671 | MCFG_SPEAKER_STANDARD_STEREO("lspeaker","rspeaker") |
666 | 672 | MCFG_DAC_ADD("dac_l") |