summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/thomflop.c
Commit message (Expand)AuthorAgeFilesLines
* READ/WRITE*_HANDLER to READ/WRITE*_MEMBER where it was wrongly placed (nw) Miodrag Milanovic2014-03-241-1/+1
* mc6843: devcb2. (nw) Curt Coder2014-03-191-5/+0
* legacy wd17xx is now also a modern device (nw) Miodrag Milanovic2014-03-181-10/+10
* Modernized mc6843 device.(nw) Ivan Vangelista2014-01-221-6/+6
* removed removed unused rxd callback from MC6854 (this also appears to be most... smf-2013-12-231-1/+0
* Modernized mc6854 device.(nw) Ivan Vangelista2013-11-041-13/+18
* save state cleanup, converted state_save_register_global* into save_item/save... Miodrag Milanovic2013-05-081-33/+33
* midtunit modernization and some cleanup (nw) Miodrag Milanovic2013-05-081-33/+33
* Cleanups and version bumpmame0148u2 Miodrag Milanovic2013-03-191-1/+0
* ficed several occurances of uninitialized memory (nw) Oliver Stöneberg2013-03-091-0/+1
* (MESS) thomson.c: Started moving a few things into the driver data. (nw) Wilbert Pol2013-02-241-250/+252
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-18/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-105/+105
* Memory handler cleanup 3. Add mem_mask parameter Aaron Giles2012-09-171-10/+10
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-74/+74
* Memory handler normalization, part 1. Aaron Giles2012-09-171-6/+6
* Final round of struct/union/enum normalization. Aaron Giles2012-09-161-6/+10
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-46/+46
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+1951