summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/upd7759.c
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-874/+0
* Sega Pico PCM improvements [ValleyBell] David Haywood2015-09-081-17/+8
* changes for Juergen Buchmueller in core and credits for some files in mess(nw) Miodrag Milanovic2015-05-071-2/+2
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* Fix various typos Zoë Blade2014-11-301-1/+1
* Touching all the candy again: [Alex Jackson] Alex W. Jackson2014-11-171-2/+2
* added 315-5296 device Michaël Banaan Ananas2014-10-091-7/+7
* devcv2 -> devcb (nw) Miodrag Milanovic2014-05-141-2/+2
* removed not needed parameter from stream_alloc (nw) Miodrag Milanovic2014-04-301-2/+2
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-1/+1
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-2/+2
* upd7759 use devcb2 now (nw) Miodrag Milanovic2014-03-231-25/+10
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-231-5/+5
* Modernized the upd7759 sound chip. [Osso] Scott Stone2013-07-121-438/+476
* devlegcy.h usage cleanup (nw) Oliver Stöneberg2013-07-101-0/+1
* extended large amount of devices with shortname and source file data (nw) Miodrag Milanovic2013-06-211-4/+4
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-54/+54
* Stop allocating arrays of UINT8s for the tokens, when Aaron Giles2012-09-181-2/+2
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-3/+3
* fix assert for upd7759 (no whatsnew) Miodrag Milanovic2012-09-161-1/+1
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-2/+1
* (UPD->uPD) Michaël Banaan Ananas2012-09-101-18/+19
* update notes 2 Michaël Banaan Ananas2012-09-091-3/+12
* update notes Michaël Banaan Ananas2012-09-091-2/+19
* rommask makes more sense Michaël Banaan Ananas2012-09-091-5/+14
* add upd7756_device Michaël Banaan Ananas2012-09-091-4/+32
* add asserts to prevent array overflow or nullpointer access Michaël Banaan Ananas2012-09-091-2/+6
* uninitialized variable Michaël Banaan Ananas2012-09-091-0/+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-2/+49
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-301-3/+2
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-1/+1
* Rename state_manager -> save_manager since the term "state" is overloaded. Aaron Giles2011-04-201-1/+1
* BIG update. Aaron Giles2011-03-291-3/+3
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-27/+27
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-1/+1
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-3/+3
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-3/+3
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-1/+1
* C++-ified the sound and streams interfaces. Combined sound.c and streams.c Aaron Giles2011-01-271-5/+4
* running_device -> device_t Aaron Giles2010-12-311-8/+8
* 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-8/+6
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-9/+9
* Added casting operators to the region_info class so you can assign Aaron Giles2010-01-161-1/+1
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-3/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Sound cores compile cleanly. Aaron Giles2009-03-121-5/+5