summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/mtx.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Centronics WIP using write lines and DEVCB2. Added an output latch and input ... smf-2014-02-091-16/+26
* Cleanups and version bumpmame0151 Miodrag Milanovic2013-11-051-2/+2
* moved centronics into emu/bus (nw) Miodrag Milanovic2013-10-231-1/+1
* add license info for some things i worked on, some small cleanups Dirk Best2013-10-171-2/+3
* small MACHINE_RESET cleanup Oliver Stöneberg2013-08-051-4/+0
* mtx.c: Improve snapshot loading Dirk Best2013-07-021-19/+41
* z80dart: Merged in uPD7201 and modernized the interface. [Curt Coder] Curt Coder2013-05-271-4/+0
* made BEEP and RAM devices initialize in constructor of driver classes (nw) Miodrag Milanovic2013-04-231-2/+2
* cleanup (nw) Miodrag Milanovic2013-04-191-1/+1
* SNAPSHOT_LOAD and QUICKLOAD_LOAD made members, still need to cleanup (nw) Miodrag Milanovic2013-04-191-1/+1
* moving some static functions in driver state for MESS drivers plus some other... Miodrag Milanovic2013-04-181-10/+9
* (MESS) cassette cleanup (nw) Miodrag Milanovic2013-04-171-2/+1
* 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-52/+52
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-7/+6
* (MESS) mtx.c SN76489A_NEW, from Osso Michaël Banaan Ananas2012-10-011-8/+2
* change from device->machine() to space.machine() in device handlers in order ... Miodrag Milanovic2012-09-211-3/+3
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-12/+12
* Memory handler normalization, part 1. Aaron Giles2012-09-171-1/+1
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-12/+11
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+400