summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/ymf278b.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-38/+36
* Stop allocating arrays of UINT8s for the tokens, when Aaron Giles2012-09-181-1/+1
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-2/+2
* Final round of struct/union/enum normalization. Aaron Giles2012-09-161-3/+5
* Pass 2 of struct modernization. Aaron Giles2012-09-151-2/+2
* 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
* minor cleanup/precompute rates Michaël Banaan Ananas2011-08-301-43/+60
* rm old speedup hacks Michaël Banaan Ananas2011-08-251-1/+2
* (add note) Michaël Banaan Ananas2011-08-141-1/+2
* speedup ymf278b_compute_envelope, and make note about reading fm regs Michaël Banaan Ananas2011-08-131-70/+81
* deactivate channel on wave load if key was off Michaël Banaan Ananas2011-08-101-8/+11
* (octave theoretical minimum is -8) Michaël Banaan Ananas2011-08-101-3/+3
* fixed 12bit samples, thanks wouter_ Michaël Banaan Ananas2011-08-101-1/+1
* small cleanups Michaël Banaan Ananas2011-08-101-53/+67
* (simplify slot->bits) Michaël Banaan Ananas2011-08-101-21/+15
* fix loop overflow Michaël Banaan Ananas2011-08-101-4/+1
* some fixes based on tests i did (on msx with moonsound cartridge) Michaël Banaan Ananas2011-08-101-27/+55
* (minor cleanup) Michaël Banaan Ananas2011-08-091-8/+9
* fixed decay length Michaël Banaan Ananas2011-08-091-42/+39
* (minor cleanup) Michaël Banaan Ananas2011-08-091-15/+13
* ymf278b.c improvements [hap] Michaël Banaan Ananas2011-08-091-7/+10
* support for mid-playing channel updates, and fixed pseudoreverb Michaël Banaan Ananas2011-08-091-67/+87
* ports A and B are shared Michaël Banaan Ananas2011-08-091-15/+10
* (add stub for ymf278b_write_memory) Michaël Banaan Ananas2011-08-091-0/+6
* (make load waveheader use ymf278b_read_memory) Michaël Banaan Ananas2011-08-091-30/+56
* added damping and pseudoreverb Michaël Banaan Ananas2011-08-091-8/+27
* added envelope attack rate Michaël Banaan Ananas2011-08-091-10/+39
* added DEVICE_RESET Michaël Banaan Ananas2011-08-081-13/+62
* accurate irq timers (more like ymf262.c now) Michaël Banaan Ananas2011-08-081-51/+48
* woops, of course size can be non-power-of-2, so an andmask won't work Michaël Banaan Ananas2011-08-071-13/+17
* prevent possible overflow on stepptr and rombase Michaël Banaan Ananas2011-08-071-7/+15
* memadr is only updated after writing to reg 5 Michaël Banaan Ananas2011-08-071-9/+2
* (memaddr highest 2 bits are unused) Michaël Banaan Ananas2011-08-071-11/+6
* doh Michaël Banaan Ananas2011-08-071-1/+1
* (debugmsg on port c illegal write) Michaël Banaan Ananas2011-08-071-0/+4
* moved BUSY timer adjustment to ymf278b_w Michaël Banaan Ananas2011-08-071-45/+56
* added statusregister LD bit Michaël Banaan Ananas2011-08-071-2/+18
* debugmsg if read memory data is used Michaël Banaan Ananas2011-08-061-9/+19
* added support for reading soundregs Michaël Banaan Ananas2011-08-061-0/+13
* added NEW2 bit Michaël Banaan Ananas2011-08-061-4/+39
* added statusregister BUSY bit Michaël Banaan Ananas2011-08-061-6/+28
* update stream before writing soundreg Michaël Banaan Ananas2011-08-051-0/+2
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-1/+1
* BIG update. Aaron Giles2011-03-291-8/+8
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-48/+48
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-6/+6
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-2/+2
* Attotime bulk conversion step: Aaron Giles2011-02-031-4/+4
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-2/+2