summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/cs4031.c
Commit message (Expand)AuthorAgeFilesLines
* (MESS) Moved common machine and video chips to emu. (nw) Curt Coder2014-03-181-993/+0
* Converted PIT8253 to DEVCB2 [smf] smf-2014-02-231-22/+11
* Cleanups and version bumpmame0151 Miodrag Milanovic2013-11-051-2/+2
* Support for different sized MC146818 compatibles [smf] smf-2013-11-021-1/+1
* Fixed the MC146818 modernisation so that local/utc & whether a century is sto... smf-2013-11-011-5/+11
* add license info for some things i worked on, some small cleanups Dirk Best2013-10-171-0/+3
* cs4031: fix for the previous commit, ignore external gate a20 when emulation ... Dirk Best2013-08-051-4/+18
* cs4031.c: emulated the chipsets ability to intercept gate a20 and keyboard re... Dirk Best2013-08-031-16/+120
* cs4031: do the previous commit a bit differently Dirk Best2013-08-011-10/+17
* cs4031: added read handler for sysctrl port. Fixes booting the kernel on the... mahlemiut2013-08-011-1/+11
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-231-25/+25
* changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) Miodrag Milanovic2013-06-211-1/+1
* cs4031: Set DMA controller clocks via chipset configuration Dirk Best2013-06-141-8/+39
* cs4031: fix 16-bit dma Dirk Best2013-06-131-3/+3
* PC driver cleanup: Dirk Best2013-06-131-74/+570
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-4/+4
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+333