summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/pk8020.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* pic8259: remove trampolines (nw) cracyc2014-04-231-10/+0
* Replaced set_irq_acknowledge_callback with proper MCFG_CPU_IRQ_ACKNOWLEDGE_DR... Miodrag Milanovic2014-04-231-1/+0
* converted i8255 to devcb2. nw. Fabio Priuli2014-04-171-30/+0
* modernized access for legacy floppy, quite straight forward thing (nw) Miodrag Milanovic2014-04-021-12/+12
* legacy wd17xx is now also a modern device (nw) Miodrag Milanovic2014-03-181-13/+13
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-1/+1
* Converted PIT8253 to DEVCB2 [smf] smf-2014-02-231-21/+0
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-1/+1
* modernized speaker device. [Fabio Priuli] Fabio Priuli2013-06-041-2/+2
* Modernized the PIT8253 device. [Fabio Priuli] Fabio Priuli2013-06-031-3/+3
* pic8259.c: Switched to devcb2. (nw) Wilbert Pol2013-05-151-7/+0
* pic8259.c: Continue modernization. (nw) Wilbert Pol2013-05-141-4/+4
* (MESS) pk8020.c: Reduce tagmap lookups (nw) Wilbert Pol2013-02-081-334/+316
* (MESS) Used modern accessors for i8259. (nw) Curt Coder2013-02-021-1/+1
* IRQ_CALLBACK modernization part 2, this should give some speed to pc drivers ... Miodrag Milanovic2013-01-311-3/+3
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-8/+8
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-49/+44
* change from device->machine() to space.machine() in device handlers in order ... Miodrag Milanovic2012-09-211-18/+18
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) Miodrag Milanovic2012-09-181-4/+3
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-247/+247
* Memory handler normalization, part 1. Aaron Giles2012-09-171-12/+12
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-6/+5
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-1/+1
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-1/+1
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+1012