summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/fm.c
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-3908/+0
* Cleanups and version bumpmame0162 Miodrag Milanovic2015-05-271-1/+1
* Update for Hiromitsu Shioya and some fixes(nw) Miodrag Milanovic2015-05-241-1/+1
* Another round of -Wextra -Wdouble-promotion fixes. (nw) couriersud2015-05-201-4/+4
* sorted out more (nw) Miodrag Milanovic2015-05-141-1/+1
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* converted in sound and video section (nw) Miodrag Milanovic2015-04-191-3/+2
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-4/+4
* Unchanged crap code of two years ago is still crap code (nw) Olivier Galibert2013-11-251-29/+11
* resurrect some old MVS multi-slot code David Haywood2013-11-251-11/+29
* remove 8 kilobytes of internal ROM sample data from MAME's YM2608 emulation, ... David Haywood2013-10-271-546/+1
* re-added line terminators followed by blank lines in comments (nw) smf-2013-01-111-3/+6
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-13/+3
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-413/+413
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-8/+8
* Pass 2 of struct modernization. Aaron Giles2012-09-151-16/+16
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-4/+4
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-4/+4
* Rename state_manager -> save_manager since the term "state" is overloaded. Aaron Giles2011-04-201-8/+8
* BIG update. Aaron Giles2011-03-291-15/+15
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-39/+39
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-2/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-4/+4
* running_device -> device_t Aaron Giles2010-12-311-11/+11
* > From: atari_ace@frontier.com Aaron Giles2010-12-171-121/+140
* Cleanups and version bump. Aaron Giles2010-06-171-1/+1
* A small update for the YM2610 core, which resets the PCM and Delta-T memory r... Scott Stone2010-05-271-0/+17
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-10/+10
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-12/+1
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-18/+9
* Results of running the latest srcclean. Aaron Giles2009-12-281-3/+3
* From: Atari Ace <atari_ace@verizon.net> Aaron Giles2009-12-231-1/+0
* YM2612/3834 updates [Eke-Eke, Nemesis] R. Belmont2009-08-151-543/+13
* Sound cores compile cleanly. Aaron Giles2009-03-121-31/+31
* Ok, this is The Big One. Aaron Giles2009-02-111-6/+0
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-5/+7
* Hi mamedev, Aaron Giles2008-12-081-2/+2
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-72/+72
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-0/+1
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-88/+72
* Cleanups and version bump. Aaron Giles2008-11-021-2/+2
* YM2608/2612: applied latest fixes/discoveries [Eke-Eke, Nemesis]. R. Belmont2008-10-271-132/+206
* Reduce YM2612 DAC level relative to FM. This better matches real hardware. R. Belmont2008-08-191-2/+2
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-55/+55
* More FM OPN fixes [Eke, R. Belmont] R. Belmont2008-08-101-98/+189
* more sound core structure/renaming updates. Derrick Renaud2008-08-091-4/+4
* Cleanups and version bump.mame0126u4 Aaron Giles2008-08-071-4/+4
* Backported a bunch of FM OPN (YM2608/2612) fixes from Genesis Plus GX. All of R. Belmont2008-08-021-81/+165
* AY-3-8910 rewrite: Couriersud2008-04-221-1/+1