summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99/gromport/cartridges.cpp
Commit message (Expand)AuthorAgeFilesLines
* -Reworked device type definition macros a little and added more Doxygen. Vas Crabb2021-09-071-1/+1
* Decoupled RPK logic from TI-99 cartridge code. (#7880) npwoods2021-09-061-319/+84
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-27/+28
* bus/ti99/gromport/cartridges.cpp: Use get_attribute_string_ptr AJR2021-01-271-43/+32
* Much more core std::string_view modernization AJR2021-01-201-0/+2
* hash.cpp, hashing.cpp: Change string processing to use std::string_view param... AJR2021-01-011-1/+1
* ti99: Allow smaller ROMs in paged378 cartridge to be mirrored in the bank space. Michael Zapf2020-12-181-1/+5
* -Switch to building MAME as C++17. Vas Crabb2020-11-151-3/+2
* ti99: Reimplementation of the Horizon RAMdisk card with all config options of... Michael Zapf2020-11-141-1/+4
* Got rid of global_alloc/global_free. Vas Crabb2020-10-031-19/+17
* ti99: Extend gromemu cartridge type to support bank-switched ROMs. Michael Zapf2020-09-041-13/+39
* ti99: Retire custom READ8Z/SETADDRESS macro. Michael Zapf2020-06-181-18/+18
* ti99: Added CorComp disk controller cards. Michael Zapf2020-03-141-2/+2
* (nw) misc cleanup: Vas Crabb2019-09-191-3/+5
* ti99: Allow for RAM-only standard cartridges (Myarc Exbasic II). Michael Zapf2019-07-081-2/+16
* (nw) Clean up the mess on master Vas Crabb2019-03-261-30/+26
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-26/+30
* bus/ti99, geneve, ti99_[various]: Eliminate address space and mem_mask argume... AJR2019-03-071-24/+24
* tms9900, tms9980a, tms9995: CRU addressing change AJR2019-03-011-6/+2
* ti99: Reject oversized cartridge dumps to avoid memory corruption. Michael Zapf2018-12-211-0/+1
* ti99: Simplified GROM declaration. (nw) Michael Zapf2018-08-211-24/+8
* tms99xx: Various devcb3 updates. (nw) Michael Zapf2018-08-181-5/+21
* ti99: Modernized logging. (nw) Michael Zapf2018-08-111-1/+1
* ti99: Removed deprecated function calls, simplified GROM access, added logmac... Michael Zapf2018-06-301-79/+94
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-5/+5
* Fixes for Coverity "Resource leak" warnings (#3089) Oliver Stöneberg2018-01-211-1/+1
* bus/ti99/gromport/cartridges: Really eliminate core_strdup (nw) AJR2018-01-201-10/+7
* removed core_strdup() usage from ti99 cartridge code (nw) firewave2018-01-211-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* * Make XML file a class of its own managed with smart poitners Vas Crabb2017-07-211-5/+1
* ti99: Added new cartridge type paged7 for TI-CALC. Michael Zapf2017-06-241-2/+77
* finally got rid of machine_mconfig_additions (nw) Ivan Vangelista2017-06-141-5/+1
* ti99: Architectural cleanup for slot devices; constant renaming Michael Zapf2017-06-081-1/+1
* ti99: Created bus gromport, split monster file gromport Michael Zapf2017-05-251-0/+1759