summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/ace.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ay8910_device and extended family: converted to devcb2 (nw) Ivan Vangelista2014-05-061-16/+0
* cassette config moved inline (nw) Miodrag Milanovic2014-05-021-14/+4
* Cleanup of image device interfaces (nw) Miodrag Milanovic2014-05-021-1/+0
* z80pio: converted to use devcb2. nw. Fabio Priuli2014-04-291-16/+7
* converted i8255 to devcb2. nw. Fabio Priuli2014-04-171-13/+6
* Added serial printer, renamed centronics printer to match. Standardised the c... smf-2014-04-161-1/+1
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* Checkpoint 2: Alex W. Jackson2014-03-151-1/+1
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-0/+2
* Converted sp0256_device to devcb2 (nw) Ivan Vangelista2014-03-131-12/+0
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-2/+1
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-1/+1
* Centronics WIP using write lines and DEVCB2. Added an output latch and input ... smf-2014-02-091-3/+5
* moved centronics into emu/bus (nw) Miodrag Milanovic2013-10-231-1/+1
* (MESS) Added copyright info - feel free to update as needed Robbbert2013-10-161-0/+2
* some SCREEN_UPDATE_* cleanups (nw) Oliver Stöneberg2013-08-051-4/+0
* modernized generic palette initializations (nw) Oliver Stöneberg2013-07-151-1/+1
* modernized speaker device. [Fabio Priuli] Fabio Priuli2013-06-041-2/+2
* (MESS) sp0256: modernized the SP0256 Narrator Speech Processor sound device. ... Fabio Priuli2013-05-261-4/+2
* modernised the AY8910 [smf] smf-2013-05-121-2/+2
* made BEEP and RAM devices initialize in constructor of driver classes (nw) Miodrag Milanovic2013-04-231-1/+1
* cleanup (nw) Miodrag Milanovic2013-04-191-1/+1
* SNAPSHOT_LOAD and QUICKLOAD_LOAD made members, still need to cleanup (nw) Miodrag Milanovic2013-04-191-4/+4
* (MESS) cassette cleanup (nw) Miodrag Milanovic2013-04-171-2/+2
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-2/+2
* speaker tag lookup removal, also no need to use universal tag, since easier n... Miodrag Milanovic2013-04-121-1/+1
* Some more moving to proper place and compile fix (nw) Miodrag Milanovic2013-02-221-1/+101
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-75/+75
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-16/+26
* Some manual cleanup (no whatsnew) Miodrag Milanovic2012-09-251-2/+2
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-6/+6
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-4/+4
* Memory handler normalization, part 1. Aaron Giles2012-09-171-1/+1
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-2/+2
* Add ambiguous execute() and memory() methods to the Aaron Giles2012-09-111-1/+1
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+698