| Commit message (Expand) | Author | Age | Files | Lines |
* | pokey: remember m_allpot_r_cb() value |  Jürgen Buchmüller | 2018-10-21 | 1 | -1/+1 |
* | Merge pull request #4154 from superctr/qsound_181017 |  MooglyGuy | 2018-10-17 | 1 | -7/+11 |
|\ |
|
| * | qsoundhle: saturate voice and output accumulators |  superctr | 2018-10-17 | 1 | -7/+11 |
* | | pokey: return most recent m_ALLPOT during SK_RESET |  Jürgen Buchmüller | 2018-10-14 | 1 | -1/+8 |
* | | crystal.cpp : Cleanups / Updates (#4080) |  cam900 | 2018-10-08 | 2 | -36/+19 |
|/ |
|
* | iremga20.cpp : Fix frequency update algorithm (#4040) |  cam900 | 2018-09-30 | 2 | -8/+11 |
* | iremga20: assume keyon is at reg 6 bit 1(not just any non-0 value), removed 2... |  hap | 2018-09-27 | 2 | -82/+60 |
* | Irem GA20: rewrite sound update |  Valley Bell | 2018-09-27 | 1 | -59/+23 |
* | (nw) fix lots of inadverently mutable static pointers |  Vas Crabb | 2018-09-20 | 1 | -3/+3 |
* | coolpool.cpp: DAC type identification (nw) |  AJR | 2018-09-19 | 1 | -0/+1 |
* | achieve the same result with a finder (nw) |  smf- | 2018-09-19 | 2 | -5/+6 |
* | fix regression (nw) |  smf- | 2018-09-19 | 2 | -5/+6 |
* | vgmplay: Support ym2608, ym2610, ym2612 & y8950 samples [smf] |  smf- | 2018-09-19 | 12 | -130/+121 |
* | less space (nw) |  smf- | 2018-09-14 | 2 | -7/+7 |
* | update and fix various comments (nw) |  Lord-Nightmare | 2018-09-13 | 2 | -6/+17 |
* | remove tms5220 read/write handler trampolines (nw) |  smf- | 2018-09-13 | 2 | -6/+4 |
* | msm5232, okim6376, sprkdev, vlm5030: Eliminate register_postload (nw) |  AJR | 2018-09-10 | 8 | -26/+27 |
* | k056800: removed MCFG macros (nw) |  Ivan Vangelista | 2018-09-10 | 1 | -13/+0 |
* | MCFG removal (nw). |  Ted Green | 2018-09-09 | 1 | -0/+1 |
* | -i8255: Removed MCFG, nw |  mooglyguy | 2018-09-03 | 1 | -0/+2 |
* | sn76496.cpp: rename NCR7496 to NCR8496 for Tandy 1000TX and similar machines ... |  Lord-Nightmare | 2018-09-03 | 2 | -25/+56 |
* | huc6230.cpp : Fix PSG, Timer'd ADPCM update, Implement CD-DA Volume (#3919) |  cam900 | 2018-09-02 | 2 | -27/+67 |
* | Merge pull request #3932 from superctr/180831_zsg2 |  R. Belmont | 2018-08-31 | 1 | -6/+7 |
|\ |
|
| * | zsg2.cpp: properly reset emphasis filter state at key on |  superctr | 2018-08-31 | 1 | -6/+7 |
* | | NES APU: remove read/write trampolines and zero $4015 at reset https://wiki.n... |  smf- | 2018-08-31 | 2 | -12/+10 |
|/ |
|
* | final cleanup (nw) |  Vas Crabb | 2018-08-29 | 1 | -3/+1 |
* | srcclean and manual fixup (nw) |  Vas Crabb | 2018-08-26 | 6 | -71/+71 |
* | Add huc6230 Emulation (#3829) |  cam900 | 2018-08-23 | 2 | -0/+229 |
* | ds1315, ds1386, ds2404, ds75160a, ds75161a, eeprom, eepromser, eeprompar: Rem... |  mooglyguy | 2018-08-23 | 1 | -0/+4 |
* | screen.h: Fix have_screen_update(), which was broken and returned false under... |  AJR | 2018-08-22 | 1 | -1/+1 |
* | Merge pull request #3884 from superctr/qsoundhle_adpcm |  MooglyGuy | 2018-08-22 | 1 | -1/+1 |
|\ |
|
| * | qsoundhle.cpp: fix ADPCM playback |  superctr | 2018-08-22 | 1 | -1/+1 |
* | | Merge pull request #3880 from superctr/zsg2_cutoff |  R. Belmont | 2018-08-21 | 1 | -5/+8 |
|\ \ |
|
| * | | zsg2.cpp: minor improvements [nw] |  superctr | 2018-08-21 | 1 | -5/+8 |
| |/ |
|
* / | divideo: Fetch screen to be potentially configured during device_config_compl... |  AJR | 2018-08-21 | 2 | -8/+18 |
|/ |
|
* | zsg2.cpp: Optimized the filters a little bit |  superctr | 2018-08-20 | 1 | -7/+13 |
* | taito_zm games: Better default Zoom/SPU balance |  superctr | 2018-08-19 | 1 | -1/+1 |
* | Add improved qsound_hle core (#3819) |  Jonathan Gevaryahu | 2018-08-18 | 3 | -135/+623 |
* | taito_zm.cpp / zsg2.cpp - more improvements (#3866) |  superctr | 2018-08-18 | 2 | -49/+60 |
* | Revert "-qsound_hle: Updated based on actual DSP16 code to give identical out... |  arbee | 2018-08-18 | 3 | -626/+135 |
* | Revert "Missed two lines from my previous commit even when reviewing it, sorr... |  arbee | 2018-08-18 | 1 | -0/+3 |
* | Missed two lines from my previous commit even when reviewing it, sorry, nw |  mooglyguy | 2018-08-18 | 1 | -3/+0 |
* | -qsound_hle: Updated based on actual DSP16 code to give identical output. [su... |  superctr | 2018-08-18 | 3 | -135/+626 |
* | ti99: Further devcb3 works (nw). |  Michael Zapf | 2018-08-18 | 2 | -0/+11 |
* | cdp1861, cdp1864: Hook in screens efficiently without using MCFG (nw) |  AJR | 2018-08-17 | 2 | -9/+9 |
* | cdp1864: Partial MCFG elimination (all callbacks are now devcb3) (nw) |  AJR | 2018-08-17 | 2 | -40/+17 |
* | taito_zm: DSP emulation (work in progress!) (#3854) |  superctr | 2018-08-17 | 2 | -79/+112 |
* | vgmplay: Added SCSP support [smf] |  smf- | 2018-08-16 | 4 | -103/+64 |
* | Improve Taito Zoom ZSG-2 sound emulation (#3847) |  superctr | 2018-08-14 | 2 | -40/+196 |
* | c64_expansion_slot, pet_user_port: Eliminate all remaining MCFG_ macro use (nw) |  AJR | 2018-08-13 | 1 | -0/+1 |