summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99 (follow)
Commit message (Expand)AuthorAgeFilesLines
* ti99: Removed deprecated function calls, simplified GROM access, added logmac... Michael Zapf2018-06-3018-257/+370
* emumem: Backend modernization [O. Galibert] Olivier Galibert2018-06-296-11/+18
* geneve: Using bios selection; split genmod as a separate driver Michael Zapf2018-06-104-756/+499
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-084-8/+8
* wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) AJR2018-05-272-2/+2
* io992: Use object finders (nw) AJR2018-05-212-8/+10
* ti99_2: Various fixes, added cassette and Hexbus, still WIP Michael Zapf2018-05-213-8/+393
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-092-2/+2
* ti99_2: Various fixes, added cassette. (nw) Michael Zapf2018-05-061-1/+1
* Fix build by removing unused variable (nw) AJR2018-05-052-2/+0
* ti99_2: New WORKING driver. New and verified ROM dumps, re-implementation, fi... Michael Zapf2018-05-052-0/+413
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-0610-58/+58
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-0412-118/+134
* srcclean (nw) Vas Crabb2018-04-221-16/+16
* ti99: Hexbus floppy system; logging updates Michael Zapf2018-03-312-184/+314
* destaticify initializations (nw) (#3289) wilbertpol2018-03-048-53/+36
* de-staticify initializations for src/devices/video (#3270) wilbertpol2018-02-251-1/+1
* Grammar police (nw) Olivier Galibert2018-02-2412-34/+34
* 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