summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/pp01.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Synced other dirs withs driver license for MESS (nw) Miodrag Milanovic2015-05-131-2/+2
* 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-12/+0
* Converted PIT8253 to DEVCB2 [smf] smf-2014-02-231-21/+0
* Converted i8251 to DEVCB2 [smf] smf-2014-02-151-12/+0
* replaced read rx/cts/dcd callbacks in I8251 with write handlers, which allows... smf-2013-12-221-2/+0
* (MESS) PP01 : added uart Robbbert2013-09-301-0/+14
* (MESS) PP01 : added sound Robbbert2013-09-291-4/+4
* Modernized the PIT8253 device. [Fabio Priuli] Fabio Priuli2013-06-031-2/+2
* 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-27/+25
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-1/+1
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-1/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-2/+1
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-24/+20
* change from device->machine() to space.machine() in device handlers in order ... Miodrag Milanovic2012-09-211-5/+5
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-12/+12
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-6/+5
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+238