summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/ct486.c
Commit message (Collapse)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-198/+0
|
* Start adding owners to files in MESS and updated license for PeT (nw) Miodrag Milanovic2015-05-081-5/+2
|
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
|
* (MESS) PC, AT: Hook up missing softlists to various drivers [Justin Kerk] Justin Kerk2014-10-191-0/+6
|
* pic8259: remove trampolines (nw) cracyc2014-04-231-3/+1
|
* Replaced set_irq_acknowledge_callback with proper ↵ Miodrag Milanovic2014-04-231-1/+1
| | | | MCFG_CPU_IRQ_ACKNOWLEDGE_DRIVER/DEVICE (nw)
* pc_kbdc_device: converted to devcb2 (nw) Ivan Vangelista2014-04-161-7/+3
|
* isa8_device and isa16_device: converted to devcb2 (nw) Ivan Vangelista2014-04-151-23/+20
|
* at_keybc.c: converted to devcb2 (nw) Ivan Vangelista2014-04-071-11/+6
|
* Shuffle ISA and some more PC related devices around (nw) Miodrag Milanovic2014-03-071-2/+2
|
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-1/+1
| | | note: Aaron please give more descriptive text for release log I have no more strength :)
* Moved pc_keyboard into emu/bus (nw) Miodrag Milanovic2013-11-061-2/+2
|
* Cleanups and version bumpmame0151 Miodrag Milanovic2013-11-051-2/+2
|
* add license info for some things i worked on, some small cleanups Dirk Best2013-10-171-0/+3
|
* Replaced ISA16_IDE_CD with ATAPI_CDROM, replaced ISA16_IDE & ISA16_IDE_CD in ↵ smf-2013-08-241-6/+1
| | | | southbridge_device with two BUS_MASTER_IDE_CONTROLLERs. [smf]
* PC driver cleanup: Dirk Best2013-06-131-0/+209
- Much improved CS4031 emulation, added DMA, interrupt controller, timer, RTC directly to the device as sub devices and added the generic functions needed for AT compatibility - Moved the ct486 driver to its own file, to avoid all the legacy stuff in at.c - Added support for the IOCHCK signal to the ISA bus, this is used instead of directly issuing an NMI to the main CPU - Moved ISA device slot definitions to its own file to avoid copy & pasting the same list to different drivers - Updated MC146818 RTC for devcb2