summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/m5.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* upd765: Refactored to use devcb2 callbacks. [Curt Coder] Curt Coder2014-03-171-7/+1
* (MESS) m5: Mirror input ports, allows new dump "Jankyo" to run. [R. Belmont, ... R. Belmont2014-03-061-8/+8
* Converted SN76496 ready to DEVCB2 [smf] smf-2014-02-111-11/+0
* Centronics WIP using write lines and DEVCB2. Added an output latch and input ... smf-2014-02-091-4/+14
* moved centronics into emu/bus (nw) Miodrag Milanovic2013-10-231-1/+1
* small MACHINE_RESET cleanup Oliver Stöneberg2013-08-051-4/+0
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-1/+0
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-1/+1
* (MESS) cassette cleanup (nw) Miodrag Milanovic2013-04-171-1/+1
* (MESS) Tagmap lookup cleanup. (nw) Curt Coder2013-01-281-2/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-136/+136
* (MESS) Removed unnecessary includes, and fixed a floppy bug. (nw) Curt Coder2012-12-091-2/+0
* sed1310: Cleanup. (nw) Curt Coder2012-11-221-6/+4
* (mess) upd765: Modernize [O. Galibert] Olivier Galibert2012-10-101-36/+20
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-6/+4
* Removed _new from name of modern device (no whatsnew) Miodrag Milanovic2012-10-021-2/+2
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-2/+2
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-2/+2
* Add ambiguous execute() and memory() methods to the Aaron Giles2012-09-111-1/+1
* (MESS) Continuing new device implementation for SN76496 and clones - apricot.... Scott Stone2012-08-291-2/+14
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+779