summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/pokey.c
Commit message (Expand)AuthorAgeFilesLines
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-9/+9
* Within src/emu, basic conversions: Aaron Giles2010-01-121-2/+2
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-43/+41
* Results of running the latest srcclean. Aaron Giles2009-12-281-33/+33
* The other larger patch adds missing static and const qualifiers, and Aaron Giles2009-06-081-2/+2
* Sound cores compile cleanly. Aaron Giles2009-03-121-6/+6
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-2/+2
* Ok, this is The Big One. Aaron Giles2009-02-111-245/+129
* On Mon, Jan 19, 2009 at 02:48:05PM +0100, Olivier Galibert wrote: Aaron Giles2009-01-221-2/+0
* Sound cores no longer allocate their own tokens. Instead they return a new Aaron Giles2009-01-181-5/+3
* Removed redundant config parameter from SND_START. Aaron Giles2009-01-181-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-01-141-3/+1
* CPU interface organization shuffle. The file cpuintrf.h now merely Aaron Giles2008-12-221-2/+2
* Cleaned up device and sound interfaces to match the CPU Aaron Giles2008-12-191-9/+9
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-181-5/+5
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-29/+31
* Here's the big one.... Aaron Giles2008-12-111-1/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-101-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-071-5/+5
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-37/+37
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-11/+11
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-37/+37
* Terminology cleanup. "Machine" handlers are now "space" handlers. Aaron Giles2008-11-151-4/+4
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-6/+10
* From AtariAce: Aaron Giles2008-11-131-5/+5
* Major cpuintrf changes: Aaron Giles2008-11-101-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-08-141-17/+6
* Updated src\emu\sound headers from K-S, so they use latest naming/structure a... Derrick Renaud2008-08-101-2/+2
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-221-7/+7
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-8/+9
* Split timer_adjust() into timer_adjust_oneshot() and timer_adjust_periodic(). Aaron Giles2008-02-061-15/+15
* Copyright cleanup: Aaron Giles2008-01-061-2/+2
* (From Atari Ace) Aaron Giles2007-12-311-27/+5
* Changes for MAME 0.121u2.mame0121u2 Aaron Giles2007-12-171-74/+45
* Changes for MAME 0.121u1.mame0121u1 Aaron Giles2007-12-171-4/+4
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+1599