Previous 199869 Revisions Next

r33150 Monday 3rd November, 2014 at 00:22:53 UTC by Carl
calchase: use larger nvram (nw)
[src/mame/drivers]calchase.c

trunk/src/mame/drivers/calchase.c
r241661r241662
127127#include "video/pc_vga.h"
128128#include "sound/dac.h"
129129#include "machine/pcshare.h"
130#include "machine/ds128x.h"
130131#include "bus/isa/trident.h"
131132
132133
r241661r241662
661662   /* video hardware */
662663   MCFG_FRAGMENT_ADD( pcvideo_trident_vga )
663664
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
664670   /* sound hardware */
665671   MCFG_SPEAKER_STANDARD_STEREO("lspeaker","rspeaker")
666672   MCFG_DAC_ADD("dac_l")


Previous 199869 Revisions Next


© 1997-2024 The MAME Team