summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/ti85.c
Commit message (Expand)AuthorAgeFilesLines
* Update for Krzysztof Strzecha (nw) Miodrag Milanovic2015-05-251-1/+1
* Fixed a number of "-Wextra -Wdouble-promotion" warnings. (nw) couriersud2015-05-181-3/+3
* Synced other dirs withs driver license for MESS (nw) Miodrag Milanovic2015-05-131-1/+1
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-3/+3
* Fix various typos and spelling mistakes Zoë Blade2015-04-111-1/+1
* Fix file modes Zoë Blade2015-04-081-0/+0
* Cleanups and version bumpmame0156 Miodrag Milanovic2014-11-261-37/+32
* ti85: use direct update handler to remove boot memory mapping hacks Jon Sturm2014-10-271-26/+25
* (MESS) ti85: add basic support for the TI-84 Plus Jon Sturm2014-10-241-26/+75
* Fixed compile for nonstandard tools Robbbert2014-10-181-4/+4
* intelfsh.c: [Joe Sturm] Scott Stone2014-10-181-46/+524
* (mess) ti85: nvram (nw) cracyc2014-04-171-40/+2
* converted some more global_alloc_array() usage to dynamic_array/dynamic_buffe... Oliver Stöneberg2014-03-291-4/+2
* replaced some more malloc/free usage with global_alloc_array/global_free_arra... Oliver Stöneberg2014-03-281-2/+2
* modernized speaker device. [Fabio Priuli] Fabio Priuli2013-06-041-8/+8
* cleanup (nw) Miodrag Milanovic2013-04-191-8/+7
* 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-96/+91
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-1/+1
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-4/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-12/+11
* modernization or timer callbacks part 2 (no whatsnew) Miodrag Milanovic2012-09-241-15/+14
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-6/+6
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-17/+17
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-81/+77
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-5/+5
* Add ambiguous execute() and memory() methods to the Aaron Giles2012-09-111-6/+6
* In device_state_interface, rename state() to state_int() Aaron Giles2012-09-111-21/+21
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+725