summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound (follow)
Commit message (Expand)AuthorAgeFilesLines
* swp00: fix m_global_step array out of bounds error hap45 hours1-2/+2
* swx00: Initial buggy noise Olivier Galibert2 days4-19/+451
* srcclean and fix indentation in preparation for MAME 0.264 branch. Vas Crabb6 days2-5/+5
* swx00: Advance Olivier Galibert11 days2-0/+410
* misc/jaminator.cpp: Added driver and software list for Noise Toys Jaminator g... Devin Acker11 days2-0/+224
* cpc_ssa1: simplify sp0256 lrq/sby pin read, hap2024-03-134-9/+14
* sp0256: remove reset lrq timer workaround that was added there for odyssey2 k... hap2024-03-123-57/+43
* rolandpcm: fix out of bounds array access hap2024-03-112-2/+3
* misc hap drivers: start to use P key for keypad now that it's not MAME Pause ... hap2024-03-021-1/+1
* okim6258: small cleanup hap2024-02-294-57/+48
* added preliminary OKI MSM6588 ADPCM Recorder device hap2024-02-292-0/+313
* srcclean and manual cleanup in preparation for 0.263 release. Vas Crabb2024-02-251-1/+1
* h8: correct interrupt timing after software standby hap2024-02-241-1/+0
* vl1: Add a lot of stuff. Need to find where the MIDI data error is coming fr... Olivier Galibert2024-02-193-46/+71
* Add a plg100-vl skeleton-ish. We have h8-h8 serial communications Olivier Galibert2024-02-161-1/+2
* sound/discrete.cpp: Use appropriate memory barriers for task synchronisation.... Vas Crabb2024-02-151-65/+69
* mu5/15: split the lcd Olivier Galibert2024-02-101-0/+1
* c140: fix copy paste mistake during cleanups hap2024-02-011-1/+1
* c140: timer reload value = written reg data + 1 hap2024-02-012-59/+77
* sa1110.cpp: Re-worked to use map() instead of switch/case handlers. [Ryan Hol... MooglyGuy2024-01-291-3/+3
* casio/cz230s.cpp: Added Casio CZ-230S and SZ-1. (#11969) Devin Acker2024-01-272-23/+18
* sound/gew.cpp: correct interpolation around sample loop point (fixes #11951) ... Devin Acker2024-01-201-5/+6
* misc/sttechno.cpp: Implement driver for Kato's Shamisen Brothers. (#11929) 9871238791132024-01-162-0/+247
* swp30: More routing Olivier Galibert2024-01-151-0/+10
* mips/o2dprintf.hxx, pinball/wpc_pic.cpp, shared/isbc_215g.cpp, sound/asc.cpp:... AJR2024-01-091-27/+13
* Added LD-V1000 HLE device, placeholder SSI-263A HLE device, and promoted Thay... MooglyGuy2024-01-082-0/+306
* schedule/timer: be more consistent with s32 param hap2023-12-111-3/+3
* flt_vol: rename flt_volume_set_volume to set_gain, add getter for gain, hap2023-12-092-7/+9
* ks0164: reduce the octave bits to 4 Olivier Galibert2023-12-081-7/+7
* mu100: Tighten the wires that went loose Olivier Galibert2023-12-062-1/+134
* srcclean in preparation for MAME 0.261 release. Vas Crabb2023-11-264-37/+37
* casio/cz1.cpp: Added driver for Casio CZ-1 and MZ-1 prototype. (#11779) Devin Acker2023-11-262-16/+44
* swp30d: Small advances to the disassembler Olivier Galibert2023-11-232-10/+56
* sound/upd933.cpp: Use a timer to activate interrupt output. (#11750) Devin Acker2023-11-192-37/+121
* ks0164: Actually lower TX full semaphore when host reads MPU-401 buffer. This... AJR2023-11-121-4/+11
* mu80: Avoid crashes Olivier Galibert2023-11-102-2/+3
* swp30 meg: baby steps Olivier Galibert2023-11-083-23/+42
* swp30: Add mixer, fix a number of things Olivier Galibert2023-11-082-386/+467
* swp00: Correct the level of the decompressed samples Olivier Galibert2023-11-081-1/+1
* sound/swp30.cpp: Fix clang error: unused variable 'pmode' [-Werror,-Wunused-v... AJR2023-11-061-1/+0
* swp30: Add lfo, correct issue in state readback making the program lose track... Olivier Galibert2023-11-062-20/+73
* swp30: Corretly decompress the samples Olivier Galibert2023-11-053-49/+59
* h8: Fix divs. Fixes the voice volumes in the mu100 Olivier Galibert2023-11-051-1/+2
* 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