summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/mbc55x.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-1/+0
* converted i8255 to devcb2. nw. Fabio Priuli2014-04-171-10/+0
* legacy wd17xx is now also a modern device (nw) Miodrag Milanovic2014-03-181-4/+4
* Converted PIT8253 to DEVCB2 [smf] smf-2014-02-231-24/+1
* Converted i8251 to DEVCB2 [smf] smf-2014-02-151-23/+11
* replaced read rx/cts/dcd callbacks in I8251 with write handlers, which allows... smf-2013-12-221-2/+0
* 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-2/+2
* rmnimbus cleanup and few smaller (nw) Miodrag Milanovic2013-04-221-1/+1
* small machine().root_device() cleanup (nw) Miodrag Milanovic2013-04-181-2/+2
* moving some static functions in driver state for MESS drivers plus some other... Miodrag Milanovic2013-04-181-25/+22
* small cleanup (nw) Miodrag Milanovic2013-04-151-14/+14
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-2/+2
* (MESS) Used modern accessors for i8259. (nw) Curt Coder2013-02-021-4/+4
* 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-32/+32
* modernization or timer callbacks part 2 (no whatsnew) Miodrag Milanovic2012-09-241-3/+3
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-2/+2
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-7/+7
* Memory handler normalization, part 1. Aaron Giles2012-09-171-6/+6
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-12/+11
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-1/+1
* In device_state_interface, rename state() to state_int() Aaron Giles2012-09-111-12/+12
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+480