summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/dai.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added some for Nathan and some more for Nicola (nw) Miodrag Milanovic2015-05-111-2/+2
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
* 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-10/+0
* Converted PIT8253 to DEVCB2 [smf] smf-2014-02-231-21/+0
* (MESS) compclr2: Emulated the keyboard and floppy WIP. (nw) Curt Coder2014-01-151-19/+10
* Modernized the PIT8253 device. [Fabio Priuli] Fabio Priuli2013-06-031-3/+3
* Anonymous timers begone! (nw) Andrew Gardner2013-05-291-12/+19
* made BEEP and RAM devices initialize in constructor of driver classes (nw) Miodrag Milanovic2013-04-231-2/+2
* moving some static functions in driver state for MESS drivers plus some other... Miodrag Milanovic2013-04-181-4/+3
* (MESS) cassette cleanup (nw) Miodrag Milanovic2013-04-171-3/+3
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-2/+3
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-1/+1
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-12/+11
* modernization or timer callbacks part 2 (no whatsnew) Miodrag Milanovic2012-09-241-7/+6
* Memory handler normalization, part 1. Aaron Giles2012-09-171-2/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-9/+7
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-2/+2
* In device_state_interface, rename state() to state_int() Aaron Giles2012-09-111-1/+1
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+254