summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/pmd85.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update for Krzysztof Strzecha (nw) Miodrag Milanovic2015-05-251-1/+1
* Synced other dirs withs driver license for MESS (nw) Miodrag Milanovic2015-05-131-1/+1
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
* converted i8255 to devcb2. nw. Fabio Priuli2014-04-171-75/+0
* Converted PIT8253 to DEVCB2 [smf] smf-2014-02-231-29/+0
* Converted i8251 to DEVCB2 [smf] smf-2014-02-151-7/+5
* removed usage of direct handler and timers for reseting (nw) Miodrag Milanovic2013-12-271-13/+1
* changed pmd85 driver to use callbacks instead of diserial connect() [smf] smf-2013-12-261-16/+6
* Modernized the PIT8253 device. [Fabio Priuli] Fabio Priuli2013-06-031-3/+3
* A few less anonymous timers in the world. (nw) Andrew Gardner2013-05-271-3/+22
* (MESS) pmd85.c: Reduce tagmap lookups (nw) Wilbert Pol2013-02-091-183/+182
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-28/+28
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-114/+98
* modernization or timer callbacks part 2 (no whatsnew) Miodrag Milanovic2012-09-241-32/+30
* 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-6/+6
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-32/+32
* 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-11/+10
* fixed some warnings about unreachable statements reported by cppcheck (no wha... Oliver Stöneberg2012-09-081-1/+0
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+966