summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/vgmplay.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-4083/+0
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-2/+2
* init vars for coverity (drivers) Robbbert2022-03-301-1/+1
* init vars for coverity(drivers/v) Robbbert2022-03-251-15/+15
* k051649.cpp: Fix input clock, Simplify some routines, Reduce unnecessary vari... cam9002022-03-201-3/+6
* Future-proofing by using correct #include for SOFTWARE_LIST device AJR2022-01-031-0/+1
* ymfm: Remove dead code in MAME interface. Remove ay8910.h include from ymfm_m... Aaron Giles2021-07-041-4/+0
* ymfm: Sync with latest, add complete YMF278B support (#8090) Aaron Giles2021-05-221-1/+0
* ymfm: Refactor new FM engine into a 3rdparty library (#8046) Aaron Giles2021-05-141-10/+3
* Ensure all writes to Yamaha FM chips are spaced by 1 cycle. The old FM cores ... Aaron Giles2021-05-021-8/+66
* New BSD-licensed OPL/OPLL (YM3526, YM3812, YM2413, Y8950, YMF262, etc) cores ... Aaron Giles2021-04-021-4/+4
* vgmplay: Coverity 183775 (buffer overflow and nonsensical code) Robbbert2021-03-031-1/+1
* New BSD-licensed implementation of Yamaha OPN and OPM FM audio chips (#7808) Aaron Giles2021-02-271-5/+5
* Simplify snapshot/quickload callback parameters; remove some uses of auto_all... AJR2021-01-051-3/+3
* vgmplay.cpp: Fix wswan validation error (nw) Wilbert Pol2020-12-311-4/+4
* rebalance sound after ymz280b change DavidHaywood2020-12-301-4/+4
* Fix an address space number collision in vgmplay Olivier Galibert2020-11-281-1/+1
* Possibly fix vgmplay, can't really test though Olivier Galibert2020-11-181-21/+31
* Restore some standard library #includes, add some things that were used but n... Vas Crabb2020-07-191-1/+6
* Merge pull request #6856 from cam900/saa1099_freq ajrhacker2020-07-101-4/+6
|\
| * saa1099.cpp: Fix output, frequency behavior, Add notes cam9002020-06-241-4/+6
* | Begin pruning of redundant #includes (nw) Scott Stone2020-07-091-3/+0
|/
* drivers starting with t, u, v, w, x: more macro removal + some others (nw) Ivan Vangelista2020-06-041-75/+75
* c140.cpp updates [cam900, superctr] cam9002020-05-071-14/+93
* Revert "c140.cpp updates [cam900, superctr]" R. Belmont2020-05-061-93/+14
* c140.cpp updates [cam900, superctr] cam9002020-05-061-14/+93
* -vgmplay: Added a hold button. [Ryan Holtz] Ryan Holtz2020-04-251-13/+32
* -vgmplay: Added rate controls. [Ryan Holtz] Ryan Holtz2020-04-251-2/+18
* -vgmplay: Fixed DC offset issue, and added more visualization modes. [Ryan Ho... mooglyguy2020-03-301-4/+6
* -vgmplay: Added multiple spectrogram visualization modes. [Ryan Holtz] mooglyguy2020-03-281-0/+5
* devices/sound: more handler simplification (nw) Ivan Vangelista2020-03-121-4/+4
* -vgmplay: Added a visualizer. [Ryan Holtz, Justin Frankel] MooglyGuy2020-03-011-184/+191
* Merge pull request #6271 from cam900/ymf278b_fmrate ajrhacker2020-02-071-12/+8
|\
| * ymf278b.cpp : Fix output rate and clock divider of FM part, Fix mixing behavior cam9002020-02-081-12/+8
* | vgmplay.cpp : Fix YMF262 handling cam9002020-02-081-2/+2
|/
* More region width fixes (nw) AJR2019-11-161-1/+1
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-6/+6
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-3/+3
* mega32x.cpp : Fix crash in vgmplay (#5624) cam9002019-09-131-0/+2
* ioport: Change PORT_CHANGED_MEMBER param type from void * to u32 (nw) AJR2019-08-151-1/+1
* -snapquik: Modernized delegate and removed MCFG macros. [Ryan Holtz] MooglyGuy2019-06-301-5/+7
* Fix build (nw) AJR2019-06-221-1/+1
* Sega 315-5313 color related function updates cam9002019-05-191-3/+0
* vgmplay.cpp : Updates (#5009) cam9002019-05-081-40/+66
* n2a03.cpp : Add device_mixer_interface instead hardcoded tags cam9002019-04-021-10/+4
* vgmplay.cpp : Volume Modifier Support, Typo (#3804) cam9002019-03-311-0/+23
* (nw) Clean up the mess on master Vas Crabb2019-03-261-10/+10
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-10/+10
* k051649: Simplify read/write handlers (nw) AJR2019-03-101-6/+6
* Make the delay for snapshot/quickload an attotime, and allow implicit zero. ... Vas Crabb2019-02-061-1/+1