summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/sn76496.c
Commit message (Expand)AuthorAgeFilesLines
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-3/+3
* Fixed period for both sn76489 and sn76489A periodic noise; fixes pitch in 'sm... Jonathan Gevaryahu2010-01-151-7/+16
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-8/+8
* Cleanups and version bump.mame0135u1 Aaron Giles2009-11-201-10/+10
* fix crash bug Jonathan Gevaryahu2009-11-181-1/+1
* Got rid of R->OldNoise since it causes problems for gamegear/sms. Changed noi... Jonathan Gevaryahu2009-11-181-37/+70
* revert gamegear/sms psg change, was probably correct before, but need a bette... Jonathan Gevaryahu2009-11-171-4/+4
* Add NCR7496 variant to sn76496.c Jonathan Gevaryahu2009-11-161-31/+57
* Fix screeching in regulus: When summing together four equal channels, the siz... Jonathan Gevaryahu2009-11-161-2/+7
* Reverted bipolar output due to problems in MESS, code is commented out. Jonathan Gevaryahu2009-11-151-3/+9
* Minor comment update. Jonathan Gevaryahu2009-11-151-0/+4
* Trashed the old pre-accurate-clocking STEP based sample averaging scheme from... Jonathan Gevaryahu2009-11-151-96/+43
* Fix a minor oversight in the last patch: R->OldNoise was not reset on PRNG re... Jonathan Gevaryahu2009-11-051-2/+4
* Update SN76489/A to have correct PRNG waveforms (a 0 bit was missing at the b... Jonathan Gevaryahu2009-11-041-21/+48
* Cleanups and version bump.mame0131u1 Aaron Giles2009-05-071-28/+28
* minor update to sn76496.c to make the cycles to ready change made more sane (... Jonathan Gevaryahu2009-05-051-2/+10
* Fixed READY cycle count. Curt Coder2009-04-291-1/+1
* Add READY line readback, cleaned up struct a bit, cleaned up comments, added ... Jonathan Gevaryahu2009-04-291-36/+64
* Sound cores compile cleanly. Aaron Giles2009-03-121-1/+1
* Ok, this is The Big One. Aaron Giles2009-02-111-70/+67
* On Mon, Jan 19, 2009 at 02:48:05PM +0100, Olivier Galibert wrote: Aaron Giles2009-01-221-9/+7
* Sound cores no longer allocate their own tokens. Instead they return a new Aaron Giles2009-01-181-8/+5
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-01-131-1/+1
* Cleaned up device and sound interfaces to match the CPU Aaron Giles2008-12-191-25/+25
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-181-6/+6
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-101-3/+3
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-15/+15
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-17/+17
* From AtariAce: Aaron Giles2008-11-131-25/+25
* Updated src\emu\sound headers from K-S, so they use latest naming/structure a... Derrick Renaud2008-08-101-5/+5
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-6/+6
* Cleanups and version bump.mame0125u5 Aaron Giles2008-06-121-1/+1
* Update comments for tms5220 and sn76496. Add a Couriersud-style pinout to tms... Jonathan Gevaryahu2008-06-061-2/+6
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+456