summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/ti99
Commit message (Expand)AuthorAgeFilesLines
* ti99: That's one small move for a man Michael Zapf2015-08-1127-12199/+0
* v9938: added clock to device configuration. (nw) Wilbert Pol2015-07-301-1/+1
* more pedantic fixes (NW) Cowering2015-07-081-4/+4
* Cleanups and version bumpmame0163 Miodrag Milanovic2015-06-241-2/+2
* Licenses for Raphael Nabet (nw) Miodrag Milanovic2015-06-076-6/+6
* fix compile by commenting unused private fields. nw. etabeta782015-06-031-2/+2
* (MESS) ti99: Removed legacy wd17xx controllers Michael Zapf2015-06-032-440/+441
* more sorting of MESS licenses (nw) Miodrag Milanovic2015-05-136-6/+6
* Added owners and licenses for those who can be tracked (nw) Miodrag Milanovic2015-05-0821-21/+21
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-076-0/+12
* cleanup in mess section (nw) Miodrag Milanovic2015-04-192-2/+2
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-3/+3
* few more changes (nw) Miodrag Milanovic2015-04-132-2/+2
* Merge https://github.com/ZoeB/mame Vas Crabb2015-04-121-1/+1
|\
| * Fix various typos and spelling mistakes Zoë Blade2015-04-111-1/+1
* | cstr() - > c_str() as preparation for move to std::string (nw) Miodrag Milanovic2015-04-112-3/+3
|/
* (MESS) geneve: Give grom_address an initial value. (nw) Michael Zapf2014-09-141-0/+1
* More cleanups, there is issue with srcclean that needs to be taken care as we... Miodrag Milanovic2014-07-221-2/+2
* (MESS) ti99: Added a new error message for RPK. (nw) Michael Zapf2014-06-082-3/+13
* (MESS) ti99: replaced malloc by global_alloc_array (nw) Michael Zapf2014-06-062-21/+21
* converted some more global_alloc_array() usage to dynamic_buffer/dynamic_arra... Oliver Stöneberg2014-05-161-2/+1
* converted some global_alloc_array() usage to dynamic_buffer/dynamic_array (nw) Oliver Stöneberg2014-05-161-5/+2
* devcv2 -> devcb (nw) Miodrag Milanovic2014-05-1411-39/+39
* Cleanup of image device interfaces (nw) Miodrag Milanovic2014-05-021-10/+4
* tms9928a_device: converted to devcb2 (nw) Ivan Vangelista2014-04-171-8/+17
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-075-13/+13
* fixed memory leak when using .rpk files with ti99 (nw) Oliver Stöneberg2014-04-021-1/+3
* modernized access for legacy floppy, quite straight forward thing (nw) Miodrag Milanovic2014-04-022-11/+12
* replaced some more malloc/free usage with global_alloc_array/global_free_arra... Oliver Stöneberg2014-03-282-5/+5
* modernized 990_hd, moved some code into ti990_10.c, and simplified harddriv.c... Miodrag Milanovic2014-03-234-488/+332
* (MESS) Simpler config by joyport mods. (nw) Michael Zapf2014-03-215-41/+47
* (MESS) Just added a comment. (nw) Michael Zapf2014-03-211-1/+4
* move things around this fixes linking (nw) Miodrag Milanovic2014-03-212-593/+0
* Moved TI-99/4A expansion cards to emu/bus/ti99_peb. Michael Zapf2014-03-2133-9377/+0
* (MESS) Fixed swapped arguments. (nw) Michael Zapf2014-03-212-3/+3
* Device short name/description fixes to fix noted discrepancies between xml, d... Scott Stone2014-03-202-2/+2
* (MESS) smc92x4: devcb2. (nw) Curt Coder2014-03-191-6/+6
* (MESS) ti99/speech8: devcb2. (nw) Curt Coder2014-03-192-12/+9
* (MESS) ti99/mapper8: devcb2. (nw) Curt Coder2014-03-192-3/+9
* (MESS) ti99/grom: devcb2. (nw) Curt Coder2014-03-194-17/+35
* legacy wd17xx is now also a modern device (nw) Miodrag Milanovic2014-03-182-9/+9
* Cleaned up devcb2 usage. (nw) Curt Coder2014-03-172-4/+4
* changed text in comment not to get false legacy device notification :) (nw) Miodrag Milanovic2014-03-171-1/+1
* wd_fdc: Refactored to use devcb2 callbacks. [Curt Coder] Curt Coder2014-03-164-14/+12
* (MESS) Some more devcb2 edits. (nw) Michael Zapf2014-03-1512-152/+99
* (MESS) Going to devcb2. (nw) Michael Zapf2014-03-143-67/+90
* (MESS) Changes in devcb2 usage. (nw) Michael Zapf2014-03-142-4/+2
* (MESS) Removed old-style token processing. (nw) Michael Zapf2014-03-132-419/+353
* (MESS) Half-way modernization for TI-990, removing usage of tokens. Michael Zapf2014-03-122-295/+367
* (MESS) Modernized StrataFlash device. (nw) Michael Zapf2014-03-122-98/+113