summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/mikromik.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* i8275: Replaced with new implementation. (nw) Curt Coder2014-04-301-1/+1
* am9517a_device: converted to devcb2 (nw) Ivan Vangelista2014-04-291-13/+11
* z80dart: converted to use devcb2. nw. Fabio Priuli2014-04-291-26/+8
* (MESS) mm1: Separated keyboard from driver. (nw) Curt Coder2014-03-251-209/+6
* i8212: devcb2. (nw) Curt Coder2014-03-251-10/+6
* upd765: Refactored to use devcb2 callbacks. [Curt Coder] Curt Coder2014-03-171-17/+3
* Converted PIT8253 to DEVCB2 [smf] smf-2014-02-231-25/+9
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... smf-2014-02-151-5/+5
* replaced read rx callback in Z80DART (and clones) with a write handler, which... smf-2013-12-221-2/+3
* converted serial & rs232 devices to devcb2 [smf] smf-2013-12-201-46/+5
* License tags. (nw) Curt Coder2013-10-161-0/+2
* small MACHINE_RESET cleanup Oliver Stöneberg2013-08-051-4/+0
* i8085.c: Modernized cpu core (nw) Wilbert Pol2013-08-031-13/+2
* modernized speaker device. [Fabio Priuli] Fabio Priuli2013-06-041-1/+1
* Modernized the PIT8253 device. [Fabio Priuli] Fabio Priuli2013-06-031-3/+3
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-5/+5
* z80dart: Merged in uPD7201 and modernized the interface. [Curt Coder] Curt Coder2013-05-271-33/+24
* (MESS) Added RS-232 ports to several drivers. [Curt Coder] Curt Coder2013-05-211-6/+6
* speaker tag lookup removal, also no need to use universal tag, since easier n... Miodrag Milanovic2013-04-121-2/+2
* (MESS) mm1: Added RS-232 ports. (nw) Curt Coder2013-02-151-1/+46
* (MESS) Tagmap lookup cleanup. (nw) Curt Coder2013-01-271-9/+5
* (MESS) Reduced tagmap abuse. (nw) Curt Coder2013-01-241-13/+26
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-38/+38
* (MESS) mm1: Fixed floppy. [Curt Coder] Curt Coder2013-01-101-6/+4
* (MESS) mm1: Added software list with boot disk. [Kara Trace, Curt Coder] Curt Coder2013-01-041-0/+3
* i8275: Modernized. [Curt Coder] Curt Coder2012-12-281-3/+3
* (MESS) mm1: Floppy WIP. (nw) Curt Coder2012-12-281-5/+23
* (MESS) mm1: Trying to fix floppy. (nw) Curt Coder2012-12-211-59/+42
* Cleanups and version bumpmame0147u4 Miodrag Milanovic2012-12-171-1/+1
* (MESS) mm1: Added missing floppy callbacks. (nw) Curt Coder2012-12-091-0/+4
* cleanups (nw) Olivier Galibert2012-12-081-5/+0
* sed1310: Cleanup. (nw) Curt Coder2012-11-221-14/+10
* (mess) upd765: Modernize [O. Galibert] Olivier Galibert2012-10-101-61/+49
* Some manual cleanup (no whatsnew) Miodrag Milanovic2012-09-251-1/+1
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-5/+3
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-2/+2
* Memory handler cleanup 3. Add mem_mask parameter Aaron Giles2012-09-171-2/+2
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-2/+2
* Memory handler normalization, part 1. Aaron Giles2012-09-171-7/+7
* 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-1/+1
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+860