summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/ymf271.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-1777/+0
* cleanup of bogus copyright messages and restriction texts, update for Daniel ... Miodrag Milanovic2015-05-251-6/+0
* some copyright tags hap2015-05-091-1/+1
* did license settings for OG and Andrew, cleared up OSD part for licenses (nw) Miodrag Milanovic2015-05-091-2/+2
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* Touching all the candy again: [Alex Jackson] Alex W. Jackson2014-11-171-1/+1
* fix crash possibility Michaël Banaan Ananas2014-08-261-1/+1
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-231-15/+15
* i had to simplify fm code while i was trying to understand the "Acc" bit, but... Michaël Banaan Ananas2013-07-221-249/+231
* fix possible envelope volume clipping Michaël Banaan Ananas2013-07-061-80/+81
* (add note) Michaël Banaan Ananas2013-06-281-6/+6
* forgot one Michaël Banaan Ananas2013-06-281-0/+6
* pcm looping fix Michaël Banaan Ananas2013-06-281-130/+128
* show popmessage in these cases Michaël Banaan Ananas2013-06-281-0/+3
* moved tables to classroom Michaël Banaan Ananas2013-06-281-105/+120
* improve adsr timing a bit, attack rate was too slow Michaël Banaan Ananas2013-06-281-20/+11
* noticed some inconsistencies with variable types (helps with big endian?) Michaël Banaan Ananas2013-06-281-24/+24
* rm crash-prone malloc Michaël Banaan Ananas2013-06-281-6/+1
* add logerror info Michaël Banaan Ananas2013-06-281-4/+4
* and an optimization Michaël Banaan Ananas2013-06-281-8/+8
* some cleanup Michaël Banaan Ananas2013-06-281-117/+118
* fix possible buffer overflow Michaël Banaan Ananas2013-06-261-0/+1
* extended large amount of devices with shortname and source file data (nw) Miodrag Milanovic2013-06-211-1/+1
* Cleanups and version bumpmame0149 Miodrag Milanovic2013-06-111-6/+6
* 3rd time's the charm Michaël Banaan Ananas2013-06-071-0/+10
* (note) Michaël Banaan Ananas2013-06-031-5/+7
* correct ymf271 external memory handling Michaël Banaan Ananas2013-06-021-30/+47
* disregard timer A upper bits after all (aka |= 0x300) Michaël Banaan Ananas2013-06-021-6/+8
* accurate timer/irq emulation Michaël Banaan Ananas2013-06-011-33/+35
* "if( address < 0x800000)" was useless Michaël Banaan Ananas2013-06-011-13/+9
* get rid of timerA madness Michaël Banaan Ananas2013-06-011-10/+4
* addresses are 23-bit, and added alternate loop bit but can't find any game th... Michaël Banaan Ananas2013-06-011-4/+11
* sync stream before write Michaël Banaan Ananas2013-06-011-5/+6
* fixed memset size (nw) smf-2013-05-161-2/+2
* clears variables to avoid random crashing (nw) smf-2013-05-121-3/+18
* modernised YMF271 [smf] smf-2013-05-101-442/+326
* made some of sound devices use device callbacks instead of function callbacks... Miodrag Milanovic2013-03-291-8/+8
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-98/+96
* Stop allocating arrays of UINT8s for the tokens, when Aaron Giles2012-09-181-1/+1
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-3/+3
* Pass 2 of struct modernization. Aaron Giles2012-09-151-6/+6
* added missing \n to even more fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-081-1/+1
* Cleanup and some inheritance fixes (no whatsnew) Miodrag Milanovic2012-09-031-26/+0
* conversion of legacy devices into modern wip (no whatsnew) Miodrag Milanovic2012-09-031-2/+49
* fixed some unread variable warning reported by cppcheck (no whatsnew) Oliver Stöneberg2012-08-041-3/+3
* Fixed ymf271.c core timer allowing for greater accuracy. Also fixes MT#2675 ... Scott Stone2012-04-021-4/+2
* ymf271: Timer setup fix [trap15] Olivier Galibert2012-03-081-0/+2
* General portability fixes [Robert Muth, R. Belmont] R. Belmont2011-08-171-1/+1
* fixed 12bit samples Michaël Banaan Ananas2011-08-161-1/+3
* Cleanups and version bumpmame0142u5 Angelo Salese2011-06-051-2/+2