Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | msx.c: Added moonsound fm part. (nw) | 2015-07-21 | 2 | -3/+61 | ||
| | | ||||||
* | | Added preliminary CD-DA routing to SCSP EXTS parallel port, fixes CD-Rom ↵ | 2015-07-21 | 1 | -5/+8 | ||
|/ | | | | player equalizer in Sega Saturn. [Angelo Salese] | |||||
* | ymf278b.c: Added simple FM reg read back (nw) | 2015-07-19 | 2 | -1/+7 | ||
| | ||||||
* | naughtyb.c: added save state support (nw) | 2015-07-15 | 1 | -0/+15 | ||
| | ||||||
* | Revert most of "shut up C++ about missing args to macros, GCC5.1 generates ↵ | 2015-07-09 | 2 | -24/+19 | ||
| | | | | | | | | exact same code regardless using -O3 (nw)" This reverts commit 958ec9ffe880a8bb088ad89a7d3a9db8b1993ab6. Unfortunately this commit breaks -Werror compilation in Clang, due to new unused variables. A better solution will have to be found. | |||||
* | more pedantic fixes (NW) | 2015-07-08 | 1 | -1/+1 | ||
| | ||||||
* | Quiet anonymous union errors. Used a couple different techniques, all ↵ | 2015-07-08 | 2 | -57/+57 | ||
| | | | | compile to same code as before with -O3 (nw) | |||||
* | shut up C++ about missing args to macros, GCC5.1 generates exact same code ↵ | 2015-07-08 | 2 | -19/+24 | ||
| | | | | regardless using -O3 (nw) | |||||
* | more pedantic fixes (nw) | 2015-07-08 | 3 | -4/+4 | ||
| | ||||||
* | blame balrog for this :) (NW) | 2015-07-08 | 1 | -1/+1 | ||
| | ||||||
* | saa1099: fix compile (nw) | 2015-07-03 | 1 | -8/+8 | ||
| | ||||||
* | random letter removed | 2015-07-01 | 1 | -1/+1 | ||
| | ||||||
* | accidentally let a few typos split | 2015-07-01 | 1 | -9/+9 | ||
| | ||||||
* | corrected version history* | 2015-06-29 | 1 | -2/+2 | ||
| | ||||||
* | fixed SAA1099 to actually use clock (nw); corrected Game Blaster/SB1.0 clock ↵ | 2015-06-29 | 2 | -21/+28 | ||
| | | | | to 7.159mhz | |||||
* | memory: Remove support for decrypted bases, use an address space instead [O. ↵ | 2015-06-24 | 8 | -62/+62 | ||
| | | | | Galibert] | |||||
* | Cleanups and version bumpmame0163 | 2015-06-24 | 6 | -53/+53 | ||
| | ||||||
* | sn76496: add ready read | 2015-06-23 | 1 | -0/+1 | ||
| | ||||||
* | Left a comment in AY8910.c about io ports A and B. (nw) | 2015-06-21 | 1 | -0/+6 | ||
| | | | | | | | | The io ports are designed as open collector outputs. Bits 7 and 8 of AY_ENABLE only enable (low) or disable (high) the pull up resistors. The YM2149 datasheet specifies those pull up resistors as 60k to 600k (min / max). We do need a callback for those two flags. Kid Niki (Irem m62) is one such case were it makes a difference in comparison to a standard TTL output. | |||||
* | Fix a clash (for_each) with c++ standard libraries. (nw) | 2015-06-21 | 2 | -3/+2 | ||
| | ||||||
* | Made FM cores compile only in group, that way it always work (nw) | 2015-06-21 | 2 | -9/+9 | ||
| | ||||||
* | Fix compiling just specific fm cores (nw) | 2015-06-20 | 2 | -9/+9 | ||
| | ||||||
* | unneeded (nw) | 2015-06-19 | 1 | -5/+0 | ||
| | ||||||
* | update tms5110r.c comments (n/w) | 2015-06-15 | 1 | -11/+22 | ||
| | ||||||
* | tms5110.c and tms5220.c: fix missing cast for chirp/excitation values, fix a ↵ | 2015-06-14 | 2 | -13/+9 | ||
| | | | | potential off-by-one for tms5110.c as well. [Lord Nightmare] | |||||
* | tms5110r.inc: Add CD2801/TMC0280 chirp table [Digshadow, PlgDavid, Lord ↵ | 2015-06-14 | 1 | -23/+34 | ||
| | | | | Nightmare] | |||||
* | Corrections to some comments in tms5110r.inc (n/w) | 2015-06-12 | 1 | -23/+24 | ||
| | ||||||
* | copy/paste fix. n/w | 2015-06-11 | 1 | -1/+0 | ||
| | ||||||
* | tms5110r.c: Add new LPC table data for CD2802, CD2801; TMS5110A/TMC0281D; ↵ | 2015-06-11 | 4 | -342/+497 | ||
| | | | | add new information regarding each chip. Reorganize LPC tables to use #defines rather than repeating identical data. [PlgDavid, Lord_Nightmare, NullMoogleCable] | |||||
* | Moved device constructors from the header to the driver in an effort to keep ↵ | 2015-06-11 | 2 | -30/+42 | ||
| | | | | things uniform (part 1) (nw) | |||||
* | Merge pull request #208 from superctr/master | 2015-06-11 | 1 | -4/+6 | ||
|\ | | | | | seta, x1-010: Fix pitch in downtown [superctr] | |||||
| * | Seta, x1-010: Implement frequency division flag | 2015-06-10 | 1 | -4/+6 | ||
| | | ||||||
| * | Revert "seta, x1-010: Fix pitch in downtown" | 2015-06-10 | 2 | -8/+4 | ||
| | | | | | | | | This reverts commit 76d163530eec153afb0cb4b059e290bcd018aa55. | |||||
| * | seta, x1-010: Fix pitch in downtown | 2015-06-10 | 2 | -4/+8 | ||
| | | ||||||
* | | removed old kludge | 2015-06-11 | 1 | -10/+2 | ||
|/ | ||||||
* | Licenses for Raphael Nabet (nw) | 2015-06-07 | 2 | -2/+2 | ||
| | ||||||
* | Improve Ensoniq 5503DOC Swap Mode | 2015-06-04 | 1 | -1/+2 | ||
| | | | | | | | | | | If one oscillator is in swap mode, its partner should be treated as being in swap mode, even if it is set to one shot. This behavior is undocumented in literature from Ensoniq, but exploited by software developers. This change allows Ninjaforce's NinjaTracker to correctly play looped instruments. | |||||
* | srmp5.c: added save state support (nw) | 2015-06-04 | 1 | -0/+5 | ||
| | ||||||
* | correct zsg2 internal clock | 2015-06-02 | 1 | -5/+3 | ||
| | ||||||
* | resolved some more (nw) | 2015-06-02 | 2 | -2/+2 | ||
| | ||||||
* | namcos86.c: preparation for save state support, switched to configured ↵ | 2015-06-01 | 1 | -0/+10 | ||
| | | | | banking. Not enabled because roishtar's mcu fails spectacularly on reload (nw) | |||||
* | Typo found... | 2015-05-31 | 2 | -2/+2 | ||
| | ||||||
* | Fix the damage (nw) | 2015-05-30 | 3 | -21/+21 | ||
| | ||||||
* | Adjust C352 clock divider for System12/23 | 2015-05-29 | 2 | -3/+3 | ||
| | ||||||
* | Add configurable clock dividers for Namco C352 | 2015-05-29 | 2 | -5/+49 | ||
| | ||||||
* | Fixed the build. | 2015-05-29 | 1 | -2/+2 | ||
| | ||||||
* | Merge branch 'master' of https://github.com/mamedev/mame | 2015-05-28 | 17 | -17/+17 | ||
|\ | ||||||
| * | We cannot relicense files for which we have not yet received responses (nw) | 2015-05-28 | 17 | -17/+17 | ||
| | | ||||||
* | | compile fixes for GCC5.1.1 win64 and CPP11 mode.. requested by mingw team to ↵ | 2015-05-28 | 4 | -17/+17 | ||
|/ | | | | test LTO fixes. please add #ifdefs if 64 bit printf does not work for you | |||||
* | Sorry Alex (nw) | 2015-05-27 | 2 | -2/+2 | ||
| |