summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/fmopl.c
Commit message (Expand)AuthorAgeFilesLines
* sorted out more (nw) Miodrag Milanovic2015-05-141-1/+1
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* Fixed OPLx key scale level order [Alexey, Phil Bennett] Phil Bennett2013-07-221-11/+14
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-3/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-266/+265
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-3/+3
* Pass 2 of struct modernization. Aaron Giles2012-09-151-6/+6
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-1/+1
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-301-3/+2
* Rename state_manager -> save_manager since the term "state" is overloaded. Aaron Giles2011-04-201-1/+1
* BIG update. Aaron Giles2011-03-291-4/+4
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-43/+43
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-1/+1
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-4/+4
* running_device -> device_t Aaron Giles2010-12-311-8/+8
* > From: atari_ace@frontier.com Aaron Giles2010-12-171-98/+75
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-8/+8
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-2/+1
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-8/+4
* Results of running the latest srcclean. Aaron Giles2009-12-281-3/+3
* Sound cores compile cleanly. Aaron Giles2009-03-121-35/+35
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-12/+8
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-54/+54
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-1/+1
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-58/+53
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-40/+40
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-07-241-20/+13
* Reduced the number of save state callback types from 3 to 1. The Aaron Giles2008-04-111-2/+3
* Copyright cleanup: Aaron Giles2008-01-061-2/+2
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+2625