summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/timex.c
Commit message (Expand)AuthorAgeFilesLines
* Update for Kevin Thacker (nw) Miodrag Milanovic2015-05-221-1/+1
* more sorting of MESS licenses (nw) Miodrag Milanovic2015-05-131-1/+1
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
* cleanup in mess section (nw) Miodrag Milanovic2015-04-191-2/+2
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-1/+1
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-1/+1
* (MESS) fix Timex ZX-clones regression (nw) MetalliC2015-02-241-0/+2
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-7/+7
* fixed ts2068 keyboard, broken since the 0.139 development Fabio Priuli2014-10-111-0/+2
* so long, cartslot.c... you made a really great job, when we Fabio Priuli2014-10-111-1/+0
* (MESS) timex.c: added software list for DOCK carts. [Fabio Priuli] Fabio Priuli2014-09-271-53/+66
* (MESS) another round of cartslot updates. this commit, among the Fabio Priuli2014-09-261-116/+70
* (MESS) spectrum carts too. nw. Fabio Priuli2014-09-251-1/+3
* ay8910_device and extended family: converted to devcb2 (nw) Ivan Vangelista2014-05-061-8/+0
* converted some more global_alloc_array() usage to dynamic_array/dynamic_buffe... Oliver Stöneberg2014-03-291-11/+2
* replaced some more malloc/free usage with global_alloc_array/global_free_arra... Oliver Stöneberg2014-03-281-7/+7
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-1/+1
* modernised the AY8910 [smf] smf-2013-05-121-2/+2
* small cleanup (nw) Miodrag Milanovic2013-03-041-94/+83
* Finished moving quicload/snapshot formats into machine folder (nw) Miodrag Milanovic2013-02-221-2/+115
* (MESS) Cleaned up tagmap usage in the spectrum drivers a bit. (nw) Wilbert Pol2013-02-071-80/+69
* Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) Wilbert Pol2013-02-051-2/+14
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-13/+13
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-2/+2
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-80/+80
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-18/+16
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+724