summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/ti99/gromport.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup in mess section (nw) Miodrag Milanovic2015-04-191-1/+1
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-3/+3
* few more changes (nw) Miodrag Milanovic2015-04-131-1/+1
* 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-111-2/+2
|/
* (MESS) ti99: Added a new error message for RPK. (nw) Michael Zapf2014-06-081-2/+10
* (MESS) ti99: replaced malloc by global_alloc_array (nw) Michael Zapf2014-06-061-12/+12
* converted some global_alloc_array() usage to dynamic_buffer/dynamic_array (nw) Oliver Stöneberg2014-05-161-5/+2
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-7/+7
* fixed memory leak when using .rpk files with ti99 (nw) Oliver Stöneberg2014-04-021-1/+3
* replaced some more malloc/free usage with global_alloc_array/global_free_arra... Oliver Stöneberg2014-03-281-3/+3
* (MESS) ti99/grom: devcb2. (nw) Curt Coder2014-03-191-5/+10
* (MESS) Some more devcb2 edits. (nw) Michael Zapf2014-03-151-6/+5
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-3/+3
* ti99: Licensing Michael Zapf2013-10-161-0/+2
* (MESS) ti99: standardized access to I/O space (nw) Michael Zapf2013-10-141-26/+26
* (MESS) Use proper method names. (nw) Michael Zapf2013-10-131-2/+2
* (MESS) GROMs may now be used on different bases (needed in 99/8) Michael Zapf2013-09-301-29/+70
* (MESS) ti99: Safety check for special cartridges (nw) Michael Zapf2013-08-021-1/+26
* Expanded device_t constructor with parameters for short name and source file ... Miodrag Milanovic2013-03-261-11/+7
* (MESS) fixed clang 3.2 warnings about unused private fields (nw) Oliver Stöneberg2013-03-201-2/+2
* ti99: Adding some more initializers. (nw) Michael Zapf2013-02-221-6/+23
* ti99: Added member variable initializations. (nw) Michael Zapf2013-02-221-1/+17
* ti99: Changed some cartridge types (nw) Michael Zapf2013-02-041-0/+1
* ti99: Added a new cartridge type for RXB cartridges Michael Zapf2013-02-021-6/+113
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-13/+12
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+2234