summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/genpc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Synced other dirs withs driver license for MESS (nw) Miodrag Milanovic2015-05-131-2/+2
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
* Allow sound output if 8253 is never programmed, i.e. all output is done by mo... Sergey Svishchev2014-11-051-1/+1
* fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... Oliver Stöneberg2014-09-081-1/+0
* Cleanups and version bump Miodrag Milanovic2014-07-221-1/+1
* cassette config moved inline (nw) Miodrag Milanovic2014-05-021-9/+2
* Cleanup of image device interfaces (nw) Miodrag Milanovic2014-05-021-1/+0
* am9517a_device: converted to devcb2 (nw) Ivan Vangelista2014-04-291-28/+17
* pic8259: remove trampolines (nw) cracyc2014-04-231-5/+0
* Replaced set_irq_acknowledge_callback with proper MCFG_CPU_IRQ_ACKNOWLEDGE_DR... Miodrag Milanovic2014-04-231-2/+0
* converted i8255 to devcb2. nw. Fabio Priuli2014-04-171-11/+4
* pc_kbdc_device: converted to devcb2 (nw) Ivan Vangelista2014-04-161-23/+7
* isa8_device and isa16_device: converted to devcb2 (nw) Ivan Vangelista2014-04-151-17/+11
* (mess) pc: further separation and cleanup (nw) cracyc2014-03-291-0/+48
* some cleanup (nw) Miodrag Milanovic2014-03-151-67/+16
* Converted PIT8253 to DEVCB2 [smf] smf-2014-02-231-35/+19
* Fixed MT05436 (nw) Ivan Vangelista2014-01-291-1/+20
* (mess) mega Soviet clone patch [shattered] cracyc2013-12-221-0/+127
* (MESS) ibm5150: Fixed keyboard regression introduced in r24103. On the ibm515... Wilbert Pol2013-09-101-6/+30
* (MESS) Fixed PC/XT keyboard interface. (nw) Curt Coder2013-07-061-27/+14
* changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) Miodrag Milanovic2013-06-211-1/+1
* modernized speaker device. [Fabio Priuli] Fabio Priuli2013-06-041-3/+3
* Modernized the PIT8253 device. [Fabio Priuli] Fabio Priuli2013-06-031-6/+6
* genpc: fix xt (nw) cracyc2013-05-181-5/+1
* pic8259.c: Switched to devcb2. (nw) Wilbert Pol2013-05-151-9/+1
* pic8259.c: Continue modernization. (nw) Wilbert Pol2013-05-141-2/+2
* Fixed pc drivers regression. (nw) Wilbert Pol2013-05-021-1/+1
* made BEEP and RAM devices initialize in constructor of driver classes (nw) Miodrag Milanovic2013-04-231-6/+7
* (MESS) cassette cleanup (nw) Miodrag Milanovic2013-04-171-2/+2
* speaker tag lookup removal, also no need to use universal tag, since easier n... Miodrag Milanovic2013-04-121-2/+2
* (MESS) Used modern accessors for i8259. (nw) Curt Coder2013-02-021-10/+10
* IRQ_CALLBACK modernization part 2, this should give some speed to pc drivers ... Miodrag Milanovic2013-01-311-4/+3
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-69/+69
* Changed isa device cpu search, fixes -listxml (no whatsnew) Miodrag Milanovic2012-12-261-1/+1
* (mess) upd765: Modernize [O. Galibert] Olivier Galibert2012-10-101-2/+2
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-12/+12
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-2/+2
* Add ambiguous execute() and memory() methods to the Aaron Giles2012-09-111-12/+12
* added missing \n to remaining fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-091-4/+4
* (mess) pc hardware: cleanup the end-of-dma notifications [O. Galibert] Olivier Galibert2012-09-081-6/+27
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+861