summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/pokey.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-269/+269
* Moved handling of quad pokey into drivers as asked (no whatsnew) Miodrag Milanovic2012-10-031-28/+0
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-2/+2
* (comment out error.log flooder) Michaël Banaan Ananas2012-06-231-1/+1
* Clean-ups and version bumpmame0146u1 Miodrag Milanovic2012-06-111-37/+37
* Added discrete sound to bwidow and gravitar. [Couriersud] Couriersud2012-06-011-18/+26
* fix couriersu's poképokeyproblem Michaël Banaan Ananas2012-06-011-1/+2
* Added POKEY filter stages to a couple of more games. [Couriersud] Couriersud2012-05-281-5/+29
* "Analog" Pokey Update [Couriersud] Couriersud2012-05-281-79/+198
* Fixed compile error and added preliminary debugger state support. Couriersud2012-05-261-3/+26
* Added cycle exact potentiometer and keyboard support to pokey device [Courier... Couriersud2012-05-251-157/+191
* Added device_execute_interface to pokey.c and moved interrupt handling into t... Couriersud2012-05-231-371/+239
* Clean-ups and version bump Miodrag Milanovic2012-05-211-8/+8
* - Removed legacy left overs from pokey code. Couriersud2012-05-201-1243/+142
* - Fixed debug build for pokey.c Couriersud2012-05-191-1/+40
* Convert all remaining drivers to use the modern pokey device. [Couriersud] Couriersud2012-05-191-28/+105
* Pokey: consolidated polynom code, migrated liberatr.c to new device - no WN. Couriersud2012-05-191-31/+55
* Fixed random lfsr generation in pokey.c. This fixes MT00501 while tempest is ... Couriersud2012-05-181-2/+42
* Fix regression on POKEY device introduced in last commit. Couriersud2012-05-181-24/+952
* Improved sound emulation in for pokey chip. Couriersud2012-05-171-366/+179
* Sync with MESS (no whatsnew) Miodrag Milanovic2012-05-031-2/+2
* Reimplemented devcb using delegates and classes. Unified the logic Aaron Giles2011-05-021-12/+12
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Delegates 2.0 implementation. Resdesigned how delegates work to make Aaron Giles2011-04-161-1/+1
* BIG update. Aaron Giles2011-03-291-12/+12
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-32/+32
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-6/+3
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-25/+25
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-8/+8
* Attotime bulk conversion step: Aaron Giles2011-02-031-9/+9
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-14/+14
* C++-ified the sound and streams interfaces. Combined sound.c and streams.c Aaron Giles2011-01-271-3/+2
* running_device -> device_t Aaron Giles2010-12-311-7/+7
* 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-11/+9
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-081-40/+40
* 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