summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/tms5220.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* clean up some excessively long comment lines, and made the capitalization of ... Lord-Nightmare2018-06-181-18/+46
* TMS5220 changes, bugfixes and updates (#3654) Jonathan Gevaryahu2018-06-171-221/+200
* tms5220: Convert logging calls to logmacro.h standard (nw) AJR2018-06-121-333/+263
* Revert "tms5220: fix the READYQ callback to poll the fifo state with a timer ... Vas Crabb2018-06-121-248/+237
* tms5220: fix the READYQ callback to poll the fifo state with a timer loop ins... Lord-Nightmare2018-06-121-237/+248
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-12/+2
* Grammar police (nw) Olivier Galibert2018-02-241-2/+2
* memory: Remove some space parameters from the apple2 domain [O. Galibert] Olivier Galibert2017-12-191-0/+10
* tms5220: Use device_clock_changed instead of custom method; misc. modernizati... AJR2017-06-261-14/+9
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-143/+84
* more ridiculous line length elimination (nw) Lord-Nightmare2017-03-071-12/+49
* debugger_access: Refactor [O. Galibert] Olivier Galibert2017-03-021-2/+2
* Self-registering devices prep: Vas Crabb2017-02-271-5/+5
* Remove device_config_complete from numerous devices that don't really need it... AJR2017-02-091-10/+0
* Identify EFO90503 and note usage; improve notes on EFO sound boards (nw) AJR2017-01-141-1/+5
* Revert "moved debugger_access() from address space to machine & removed the a... Vas Crabb2016-11-211-2/+2
* moved debugger_access() from address space to machine & removed the anti-patt... smf-2016-11-191-2/+2
* converted lot of TRUE/FALSE to real boolean and updated types (nw) Miodrag Milanovic2016-10-221-12/+12
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-25/+25
* INC -> HXX makes editors and code analyzers see it as C++ (nw) Miodrag Milanovic2016-05-011-1/+1
* Replaced fprintf by logerror; fixed some small issues. Michael Zapf2016-04-111-74/+74
* TMS5220: add a 'combined rs/ws write' function for systems which require both... Lord-Nightmare2016-04-041-4/+78
* revert unused variable fix, as it was already fixed (nw) Lord-Nightmare2016-03-311-8/+0
* Merge pull request #772 from ajrhacker/auto_iterator Miodrag Milanović2016-03-311-0/+8
|\
| * Avoid auto return types; silence some unused variable warnings (nw) AJR2016-03-311-0/+8
* | fix compile error on clang (nw) Lord-Nightmare2016-03-311-1/+20
|/
* TMS5220/5110 merge Part 1 [Lord Nightmare] Lord-Nightmare2016-03-301-12/+192
* reverting: Miodrag Milanovic2016-01-201-10/+12
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-2/+2
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-161-12/+10
* clang-modernize part 3 Miodrag Milanovic2015-12-041-3/+3
* Fix missing savestate entries in tms5220.c (nw) Lord-Nightmare2015-11-221-0/+2
* TMS5220 and TMS5110: Add more verbosity to DEBUG_LATTICE [Lord Nightmare] Lord-Nightmare2015-11-121-1/+9
* - Fix PVS-Studio warning V562, "It's odd to compare a bool type value with therealmogminer@gmail.com2015-11-091-4/+4
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1955