summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/ym2151.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-299/+298
* Memory handler normalization, part 1. Aaron Giles2012-09-171-2/+2
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-2/+2
* Pass 2 of struct modernization. Aaron Giles2012-09-151-4/+4
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-301-4/+3
* Rename state_manager -> save_manager since the term "state" is overloaded. Aaron Giles2011-04-201-1/+1
* BIG update. Aaron Giles2011-03-291-10/+10
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-76/+76
* 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-10/+10
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-7/+7
* Attotime bulk conversion step: Aaron Giles2011-02-031-5/+5
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-5/+5
* C++-ified the sound and streams interfaces. Combined sound.c and streams.c Aaron Giles2011-01-271-1/+0
* running_device -> device_t Aaron Giles2010-12-311-6/+6
* > From: atari_ace@frontier.com Aaron Giles2010-12-171-81/+91
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-6/+6
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-3/+1
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-4/+2
* Cleaned up braces in the code so that they are properly balanced. [Atari Ace] Aaron Giles2009-12-281-1/+2
* Sound cores compile cleanly. Aaron Giles2009-03-121-16/+16
* Ok, this is The Big One. Aaron Giles2009-02-111-15/+13
* From: Duke [mailto:startaq@gmail.com] Aaron Giles2009-01-141-1/+0
* CPU interface organization shuffle. The file cpuintrf.h now merely Aaron Giles2008-12-221-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-5/+6
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-071-3/+3
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-81/+81
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-7/+7
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-84/+80
* Terminology cleanup. "Machine" handlers are now "space" handlers. Aaron Giles2008-11-151-2/+2
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-1/+3
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-16/+16
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-07-241-21/+14
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-221-10/+10
* Reduced the number of save state callback types from 3 to 1. The Aaron Giles2008-04-111-4/+4
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-3/+4
* Split timer_adjust() into timer_adjust_oneshot() and timer_adjust_periodic(). Aaron Giles2008-02-061-4/+4
* Changes for MAME 0.121u4.mame0121u4 Aaron Giles2007-12-171-7/+7
* Changes for MAME 0.121u2.mame0121u2 Aaron Giles2007-12-171-25/+25
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+2505