summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/snes_snd.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-12/+3
* remove safe_pc() and safe_pcbase() (nw) smf-2018-04-131-2/+2
* srcclean and regenerate localisations (nw) Vas Crabb2018-01-281-6/+6
* All SNES APU docs I can find claims it runs at 2.048 MHz and there's no menti... angelosa2018-01-151-1/+2
* snes_snd.cpp: merge timer counters into one single function [Angelo Salese] angelosa2018-01-141-28/+52
* snes_snd.cpp: TnDIV divides by 256 when setting written is 0 [Angelo Salese] angelosa2018-01-141-14/+16
* Extended time! All space.device() removed from comments (nw) Olivier Galibert2018-01-051-2/+2
* space.machine -> machine (nw) Olivier Galibert2017-12-141-1/+1
* fix up a couple in src/mame as well (nw) Vas Crabb2017-07-171-9/+12
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-3/+3
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* Remove device_config_complete from numerous devices that don't really need it... AJR2017-02-091-10/+0
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-13/+13
* made constexprs lower case and used constexpr for returning input value as we... Miodrag Milanovic2016-07-311-2/+2
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* auto_alloc_array_clear -> make_unique_clear (nw) Miodrag Milanovic2015-12-191-2/+2
* clang-modernize part 4 Miodrag Milanovic2015-12-041-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1257