summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* xt446: some fixes Olivier Galibert2023-10-302-3/+9
* xt446: Assign address maps to correct space numbers (fixes validation errors) AJR2023-10-301-2/+2
* Argh, sorry about the forgotten files. Olivier Galibert2023-10-309-775/+963
* Revert "swp30: Use natural addresses, reorganize the meg, make envelopes and ... arbee2023-10-298-831/+806
* swp30: Use natural addresses, reorganize the meg, make envelopes and keyoff a... Olivier Galibert2023-10-298-806/+831
* ks0164: Fix looping calculations, remove debug stuff Olivier Galibert2023-10-291-27/+4
* ks0164: Fix registers on nonloop so that the voice is freed correctly. Bonus... Olivier Galibert2023-10-291-1/+26
* ks0164: Correct loop flag and pan swap Olivier Galibert2023-10-291-10/+6
* ks0164: Fix neg/not, add volume and envelopes, fix looping Olivier Galibert2023-10-291-7/+13
* swp00: Correct the sample decompression Olivier Galibert2023-10-292-28/+42
* nes_apu: it claims to be GPL, then it can't have a GPL-incompatible license r... hap2023-10-293-15/+3
* sega/sega_beena.cpp: Emulated Advanced Pico BEENA and TV Ocha-Ken. (#11213) qufb2023-10-282-0/+292
* swp00: workaround bogus 'variable may be unitialized' compiler warning hap2023-10-241-8/+8
* mu50: Add the effects and the nvram Olivier Galibert2023-10-232-109/+902
* mu80: Add the fixed interrupt Olivier Galibert2023-10-232-32/+137
* mu100: Some comments Olivier Galibert2023-10-231-1/+1
* srcclean in preparation for MAME 0.260 release branch Vas Crabb2023-10-222-9/+9
* pokey: Latch current value of keyboard count when registering presses in non-... AJR2023-10-191-1/+1
* casio/cz101.cpp: Added sound output and RAM cartridge, and promoted system to... Devin Acker2023-10-182-0/+627
* mu80: make the wave rom test pass Olivier Galibert2023-10-062-10/+61
* mu50: correct default a/d level Olivier Galibert2023-10-062-63/+99
* pokey: Double-check to make sure timer IRQs are enabled before raising them AJR2023-10-021-3/+6
* swp00: small fixes to the lpf, may need more bits in the calculation though Olivier Galibert2023-10-011-2/+2
* swp00: Add the lpf Olivier Galibert2023-09-302-39/+124
* dgpix: Use intelfsh + improvements to sound emulation (#11582) 9871238791132023-09-302-9/+27
* mu50: Add the db50xg roms. They may even be the correct ones Olivier Galibert2023-09-293-24/+1022
* namco/namcos12.cpp: Emulated games with CDXA board. (#11558) 9871238791132023-09-222-0/+274
* ks1064: Identify the correct decompression table [windyfairy] Olivier Galibert2023-09-192-14/+41
* remove x file attribute from some source files hap2023-09-091-0/+0
* sound/vrender0.cpp, video/ims_cvc.cpp: Use util::sext function AJR2023-08-311-8/+3
* samples: move interface variables to protected hap2023-08-312-15/+12
* ui/info: add \n before btanb warning strings, hap2023-08-241-1/+1
* samples: add getters for num channels and loaded samples, hap2023-08-172-44/+45
* lkage5232: add mcu, add volume filters, promote to working hap2023-08-082-32/+8
* ay8910: reorder documentation, hap2023-07-261-268/+252
* sp0250: make drq_r return an int instead of u8 hap2023-07-262-2/+2
* votrax: use logmacro hap2023-07-251-13/+20
* k051649: add note about bus conflicts hap2023-07-241-7/+11
* devices/sound/asc.cpp: Remove debug message. [R. Belmont] arbee2023-07-231-2/+0
* apple/iosb.cpp: Correct ASC IRQ polarity, fixes lockup during sound playback ... arbee2023-07-231-13/+45
* m6809,6522via,6840ptm: zerofill more variables at device start, hap2023-07-232-4/+3
* Various spelling fixes, comment updates, etc in several Votrax and SC-01 rela... Lord-Nightmare2023-07-111-8/+8
* Revert "Clean up the Votrax SC-01[-A] class names and device names. [Lord Nig... Vas Crabb2023-07-122-47/+47
* Clean up the Votrax SC-01[-A] class names and device names. [Lord Nightmare] Lord-Nightmare2023-07-112-47/+47
* konmedal: add scc enable register hap2023-07-081-6/+6
* system1: set most ppi tristate to 0 hap2023-07-071-0/+1
* minspacep: rename to minspace, hap2023-07-072-33/+31
* k051649: more logical channel halt hap2023-07-061-8/+12
* k005289,k051649: pre instead of postincrement voice counter to prevent confus... hap2023-07-064-23/+33
* k005289: fix off by 1 error hap2023-07-061-5/+1