summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/kyocera.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* rp5c01.c: converted to devcb2 (nw) Ivan Vangelista2014-03-191-7/+1
* im6402: devcb2. (nw) Curt Coder2014-03-011-18/+6
* Removed diserial connect(). Converted thomson, mc1502 & wangpc to use DEVCB2 ... smf-2014-02-241-3/+3
* (MESS) Cleanup. (nw) Curt Coder2014-02-181-0/+1
* Converted i8251 to DEVCB2 [smf] smf-2014-02-151-15/+14
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... smf-2014-02-151-9/+9
* Centronics WIP using write lines and DEVCB2. Added an output latch and input ... smf-2014-02-091-13/+53
* replaced read rx callback in IM6402 with a write handler, which allows multip... smf-2013-12-231-1/+3
* replaced read rx/cts/dcd callbacks in I8251 with write handlers, which allows... smf-2013-12-221-2/+4
* converted serial & rs232 devices to devcb2 [smf] smf-2013-12-201-17/+4
* License tags. (nw) Curt Coder2013-10-161-0/+2
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-9/+9
* (MESS) tandy200 : fixed crash at start Robbbert2013-09-131-2/+12
* (MESS) Cleanup. (nw) Curt Coder2013-08-081-12/+72
* i8085.c: Modernized cpu core (nw) Wilbert Pol2013-08-031-12/+8
* upd1990a: devcb2. (nw) Curt Coder2013-06-101-11/+3
* modernized speaker device. [Fabio Priuli] Fabio Priuli2013-06-041-4/+4
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-4/+4
* Cleanups and version bumpmame0148u4 Miodrag Milanovic2013-04-301-3/+3
* (MESS) pc8201: Added Japanese ROM. [noris] Curt Coder2013-04-251-7/+6
* (MESS) cassette cleanup (nw) Miodrag Milanovic2013-04-171-7/+7
* speaker tag lookup removal, also no need to use universal tag, since easier n... Miodrag Milanovic2013-04-121-4/+4
* (MESS) kc85: Added RS-232 port. (nw) Curt Coder2013-03-251-13/+40
* Fixed regression. (nw) Curt Coder2013-02-021-0/+5
* (MESS) Tagmap lookup cleanup. (nw) Curt Coder2013-01-281-55/+62
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-214/+214
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-4/+6
* 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-34/+34
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-1/+1
* Add ambiguous execute() and memory() methods to the Aaron Giles2012-09-111-4/+4
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+1569