summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/tms6100.c
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-264/+0
* Cleanups and version bumpmame0165 Miodrag Milanovic2015-08-261-1/+1
* Add support for M58819 'VSM-emulator', fixes speech in Radar Scope TRS01 set.... Lord-Nightmare2015-08-131-7/+16
* Cleanups and version bumpmame0164 Miodrag Milanovic2015-07-291-2/+2
* WIP preparing to fix the speech in radar scope (n/w) Lord-Nightmare2015-07-191-1/+11
* License update. (nw) couriersud2015-05-241-1/+1
* License tagging (n/w) Lord-Nightmare2015-05-101-1/+1
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* tms6100.c: add the tms6125 4KiB VSM pinout [Lord Nightmare, plgdavid] Lord-Nightmare2015-03-191-0/+13
* (MESS) Fix VSM rom read through the tms51xx, and add tms6100 hookup to tispea... Lord-Nightmare2014-12-191-1/+1
* Touching all the candy again: [Alex Jackson] Alex W. Jackson2014-11-171-4/+4
* cvs.c: updated the driver to use modern speech rom reading. [Fabio Priuli] Fabio Priuli2014-04-121-3/+0
* Some changes/corrections to device descriptions from MASH and Tafoid (nw) Scott Stone2014-04-121-1/+1
* changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) Miodrag Milanovic2013-06-211-4/+4
* Cleanups and version bumpmame0149 Miodrag Milanovic2013-06-111-4/+2
* tms6100: modernized theTMS6100 and M58819 devices. [Osso] Fabio Priuli2013-05-291-173/+90
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-8/+6
* Stop allocating arrays of UINT8s for the tokens, when Aaron Giles2012-09-181-2/+2
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-2/+1
* Cleanup and some inheritance fixes (no whatsnew) Miodrag Milanovic2012-09-031-28/+0
* conversion of legacy devices into modern wip (no whatsnew) Miodrag Milanovic2012-09-031-3/+60
* Removed template usage for legacy devices, to make my future work easier (nw) Miodrag Milanovic2012-08-301-10/+20
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-1/+1
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-8/+8
* running_device -> device_t Aaron Giles2010-12-311-2/+2
* Split implementation for legacy devices into a separate macro. Updated all Aaron Giles2010-06-111-0/+3
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-5/+4
* Added "Read and Branch" code to tms5110 and tms6100. No possibility to test, ... Couriersud2010-05-311-0/+11
* Moved tms6100 code into emu/machine/tms6100.[ch]. Added pinouts for TMS6100 a... Couriersud2010-05-311-0/+269