summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/ymf271.h
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-166/+0
* some copyright tags hap2015-05-091-2/+2
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* devcv2 -> devcb (nw) Miodrag Milanovic2014-05-141-9/+9
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-231-4/+4
* i had to simplify fm code while i was trying to understand the "Acc" bit, but... Michaël Banaan Ananas2013-07-221-4/+2
* fix possible envelope volume clipping Michaël Banaan Ananas2013-07-061-0/+5
* pcm looping fix Michaël Banaan Ananas2013-06-281-10/+7
* moved tables to classroom Michaël Banaan Ananas2013-06-281-1/+13
* noticed some inconsistencies with variable types (helps with big endian?) Michaël Banaan Ananas2013-06-281-50/+50
* and an optimization Michaël Banaan Ananas2013-06-281-1/+3
* (note) Michaël Banaan Ananas2013-06-031-2/+2
* correct ymf271 external memory handling Michaël Banaan Ananas2013-06-021-5/+5
* accurate timer/irq emulation Michaël Banaan Ananas2013-06-011-2/+1
* addresses are 23-bit, and added alternate loop bit but can't find any game th... Michaël Banaan Ananas2013-06-011-0/+1
* sync stream before write Michaël Banaan Ananas2013-06-011-1/+2
* clears variables to avoid random crashing (nw) smf-2013-05-121-8/+15
* modernised YMF271 [smf] smf-2013-05-101-13/+111
* made some of sound devices use device callbacks instead of function callbacks... Miodrag Milanovic2013-03-291-1/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-4/+4
* Memory handler normalization, part 1. Aaron Giles2012-09-171-2/+2
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-2/+1
* conversion of legacy devices into modern wip (no whatsnew) Miodrag Milanovic2012-09-031-1/+24
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-2/+3
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-1/+0
* Ok, this is The Big One. Aaron Giles2009-02-111-9/+9
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-01-141-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-01-131-0/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-261-0/+2
* Terminology cleanup. "Machine" handlers are now "space" handlers. Aaron Giles2008-11-151-2/+2
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-8/+11
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-1/+0
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-221-1/+1
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-2/+2
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+17