summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/pc8401a.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Converted i8251 to DEVCB2 [smf] smf-2014-02-151-16/+14
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... smf-2014-02-151-5/+7
* replaced read rx/cts/dcd callbacks in I8251 with write handlers, which allows... smf-2013-12-221-2/+3
* converted serial & rs232 devices to devcb2 [smf] smf-2013-12-201-15/+2
* License tags. (nw) Curt Coder2013-10-161-0/+2
* upd1990a: devcb2. (nw) Curt Coder2013-06-101-10/+2
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-2/+2
* (MESS) Added RS-232 ports to several drivers. [Curt Coder] Curt Coder2013-05-211-1/+16
* (MESS) Tagmap lookup cleanup. (nw) Curt Coder2013-01-281-28/+25
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-74/+74
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-6/+4
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-14/+14
* 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/+695