summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99
Commit message (Expand)AuthorAgeFilesLines
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-234-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-202-14/+11
* removed core_strdup() usage from ti99 cartridge code (nw) firewave2018-01-212-6/+6
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-1721-24/+24
* geneve: Added VRAM selection 128K/192K; using logmacro Michael Zapf2018-01-141-79/+93
* ti99: Fixed debugger interference with cartridge selection line. Michael Zapf2018-01-112-6/+16
* ATA: Simplified class hierarchy so there is no ambiguity with 16 & 32 bit met... smf-2017-12-201-4/+4
* ide: Add non-space cs access methods, use them wherever possible [O. Galibert] Olivier Galibert2017-12-161-4/+4
* ide: deambiguate cs access between 16 and 32 bits [O. Galibert] Olivier Galibert2017-12-161-4/+4
* ti99_8: OSO fix (nw) Michael Zapf2017-11-132-25/+13
* ti99_8: OSO implementation completed; pending tests (nw) Michael Zapf2017-11-132-81/+168
* Build fix (nw) AJR2017-10-311-0/+1
* ti99_8: Hexbus WIP, added Hexbus write timing logic Michael Zapf2017-10-312-16/+248
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* samsmem.cpp: Add 74LS259 (nw) AJR2017-07-312-6/+21
* New 74LS259/9334/CD4099 devices AJR2017-07-256-159/+201
* * Make XML file a class of its own managed with smart poitners Vas Crabb2017-07-211-5/+1
* ti99: Moved Hexbus one level up Michael Zapf2017-07-106-509/+51
* samsmem.cpp: fixed MT06564 (nw) Ivan Vangelista2017-07-061-2/+2
* ti99: Changed Hexbus chaining Michael Zapf2017-06-256-185/+206
* ti99: Added new cartridge type paged7 for TI-CALC. Michael Zapf2017-06-242-2/+86
* finally got rid of machine_mconfig_additions (nw) Ivan Vangelista2017-06-1440-246/+151
* ti99: Architectural cleanup for slot devices; constant renaming Michael Zapf2017-06-0849-429/+455
* ti99: Hexbus implementation; floppy HX5102 early WIP Michael Zapf2017-06-067-3/+500
* srcclean (nw) Vas Crabb2017-05-282-12/+12
* fix ti99_4p blowing up (evpc and hsgpl missing from peb card choices) (nw) Vas Crabb2017-05-282-69/+51
* ti99: Change ioport default to peb for ti99_4ev, also add evpc automatically Michael Zapf2017-05-274-17/+64
* added missing emu.h (nw) smf-2017-05-262-0/+2
* ti99: Created bus gromport, split monster file gromport Michael Zapf2017-05-2513-1776/+1881
* Validation fix for peribox (nw) AJR2017-05-251-1/+1
* ti99: Added console connector "ioport" with PEB as slot option Michael Zapf2017-05-2510-184/+411
* ti99: Wrapped into namespaces; minor rearrangement Michael Zapf2017-05-2353-98/+9906
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-2216-20/+20
* Fix crashes in -listxml in debug builds Vas Crabb2017-05-213-14/+6
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-1442-0/+10752