summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/t6w28.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-27/+26
* (MESS) ngp.c: Implemented disabling the t6w28 output. (nw) Wilbert Pol2012-10-171-4/+19
* t6w28.c: Converted to C++. [Wilbert Pol] Wilbert Pol2012-10-161-178/+113
* Stop allocating arrays of UINT8s for the tokens, when Aaron Giles2012-09-181-1/+1
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-2/+1
* added missing \n to even more fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-081-1/+1
* Cleanup and some inheritance fixes (no whatsnew) Miodrag Milanovic2012-09-031-27/+0
* conversion of legacy devices into modern wip (no whatsnew) Miodrag Milanovic2012-09-031-2/+40
* BIG update. Aaron Giles2011-03-291-1/+1
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-8/+8
* C++-ified the sound and streams interfaces. Combined sound.c and streams.c Aaron Giles2011-01-271-3/+2
* running_device -> device_t Aaron Giles2010-12-311-2/+2
* Remove artificial SOUND_ prefix from sound device names. Aaron Giles2010-09-021-1/+1
* Split implementation for legacy devices into a separate macro. Updated all Aaron Giles2010-06-111-0/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-5/+3
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-2/+2
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Added T6W28 sound core (SNK(?) custom sn76489a clone). Wilbert Pol2009-04-201-0/+396