Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | doesn't need fm.h yet (nw) | 2013-05-11 | 2 | -2/+1 | ||
| | ||||||
* | fix attack ufo missing sound | 2013-05-11 | 1 | -1/+0 | ||
| | ||||||
* | modernized the YM2608 [smf] | 2013-05-10 | 2 | -160/+122 | ||
| | ||||||
* | fixed debug build (nw) | 2013-05-10 | 1 | -7/+7 | ||
| | ||||||
* | overides device_post_load instead of post_load (nw) | 2013-05-10 | 2 | -2/+2 | ||
| | ||||||
* | modernised the YM2610 interface [smf] | 2013-05-10 | 2 | -172/+125 | ||
| | ||||||
* | modernised YMF271 [smf] | 2013-05-10 | 2 | -455/+437 | ||
| | ||||||
* | modernised YMZ280B [smf] | 2013-05-10 | 2 | -320/+260 | ||
| | ||||||
* | Adds the QSound internal DSP ROM to the device. [Andrew Gardner] | 2013-04-30 | 3 | -11/+75 | ||
| | ||||||
* | Cleanups and version bumpmame0148u4 | 2013-04-30 | 1 | -1/+1 | ||
| | ||||||
* | spu: Move cdda interrupt to play_cdda to make sure it happens at least once ↵ | 2013-04-27 | 1 | -7/+10 | ||
| | | | | | | per sector. --- Vibribbon doesn't crash now starting gameplay but there's no music. It seems to copy the samples to the reverb loop address which doesn't appear to be mixed currently. | |||||
* | made BEEP and RAM devices initialize in constructor of driver classes (nw) | 2013-04-23 | 1 | -3/+0 | ||
| | ||||||
* | (sync fix) | 2013-04-21 | 1 | -2/+1 | ||
| | ||||||
* | ... actually get rid of table mentioned in last commit. no whatsnew. | 2013-04-16 | 1 | -101/+6 | ||
| | ||||||
* | tms5220.c: Based on decap analysis, both the TMS5220 and TMS5220C use ↵ | 2013-04-16 | 1 | -14/+11 | ||
| | | | | identical LPC tables; get rid of the unnecessary extra table. [Lord Nightmare, digshadow] | |||||
* | speaker tag lookup removal, also no need to use universal tag, since easier ↵ | 2013-04-12 | 1 | -2/+0 | ||
| | | | | now to follow (nw) | |||||
* | die, typo, DIE! (no whatsnew) | 2013-04-12 | 1 | -1/+1 | ||
| | ||||||
* | tms5220.c: updated many comments, changed a variable name, and made some ↵ | 2013-04-12 | 2 | -95/+74 | ||
| | | | | minor fixes to the 'circuit 412' to better reflect the patent. [Lord Nightmare] | |||||
* | tms5110r.c: Corrected and verified TMS5100 LPC table against the decap. ↵ | 2013-04-11 | 1 | -20/+16 | ||
| | | | | [digshadow, Lord Nightmare] | |||||
* | tms5110r.c: Verified TMS5200 LPC rom as correct from decap. [digshadow, Lord ↵ | 2013-04-10 | 1 | -10/+19 | ||
| | | | | Nightmare] | |||||
* | Cleanups and version bumpmame0148u3 | 2013-04-09 | 7 | -35/+34 | ||
| | ||||||
* | tms5100 and 5200 series: document the decapping and verification of chirp ↵ | 2013-04-09 | 1 | -35/+66 | ||
| | | | | tables for the tms5100, tms5200, tms5220, and tms5220c. The LPC tables are not verified yet. [digshadow, Lord Nightmare] | |||||
* | tms5220.c: minor comment updates, no whatsnew | 2013-04-05 | 1 | -9/+5 | ||
| | ||||||
* | tms5220.c: Extremely minor fix for Speak External based on the 5220c and ↵ | 2013-04-04 | 1 | -18/+12 | ||
| | | | | 5200 decaps, and some small documentation updates. [Lord Nightmare, digshadow] | |||||
* | make mcs51 callbacks used delegates (nw) | 2013-04-01 | 2 | -9/+4 | ||
| | ||||||
* | tms5220.c: Added correct tms5200 chirp rom derived from decap; This is now ↵ | 2013-03-31 | 3 | -120/+24 | ||
| | | | | | used for 5200, 5220 and 5220c pending decaps of the latter two. [digshadow, Sarayan, Lord Nightmare] (removed tms5220r.c which hasn't actually been compiled/used by speech code for around 2 years now, and fixed the makefile. no whatsnew) | |||||
* | made some of sound devices use device callbacks instead of function ↵ | 2013-03-29 | 2 | -3/+5 | ||
| | | | | callbacks part 3 (nw) | |||||
* | made some of sound devices use device callbacks instead of function ↵ | 2013-03-29 | 14 | -69/+72 | ||
| | | | | callbacks part 2 (nw) | |||||
* | made some of sound devices use device callbacks instead of function ↵ | 2013-03-28 | 10 | -17/+33 | ||
| | | | | callbacks part 1 (nw) | |||||
* | spu: don't overrun spu ram (nw) | 2013-03-27 | 1 | -1/+1 | ||
| | ||||||
* | spu: doh (nw) | 2013-03-26 | 1 | -1/+1 | ||
| | ||||||
* | spu: add cdda interrupts [Carl] | 2013-03-26 | 2 | -2/+24 | ||
| | | | (mess) psxcd: cdda muting (nw) | |||||
* | Expanded device_t constructor with parameters for short name and source file ↵ | 2013-03-26 | 6 | -8/+6 | ||
| | | | | location [Miodrag Milanovic] | |||||
* | Modernized k053260 device. [Andrew Gardner] | 2013-03-23 | 2 | -234/+241 | ||
| | ||||||
* | (MESS) fixed clang 3.2 warnings about unused private fields (nw) | 2013-03-20 | 6 | -11/+11 | ||
| | ||||||
* | Cleanups and version bumpmame0148u2 | 2013-03-19 | 33 | -372/+363 | ||
| | ||||||
* | s14001a.c: Add note that the four dac test pins are really digital out pins ↵ | 2013-03-14 | 1 | -4/+8 | ||
| | | | | [PlgDavid] | |||||
* | Modernized CRT, okim6285, and ZSG2 devices. [Andrew Gardner] | 2013-03-13 | 4 | -314/+300 | ||
| | ||||||
* | fixed uninitialized memory in src/emu/sound/cdp1869.c (nw) | 2013-03-09 | 1 | -0/+3 | ||
| | ||||||
* | fixed uninitialized member in src/emu/sound/mos6560.c (nw) | 2013-03-08 | 1 | -0/+2 | ||
| | ||||||
* | removed unused member from src/emu/sound/mos7360.h (nw) | 2013-03-08 | 1 | -2/+0 | ||
| | ||||||
* | fixed uninitialized memory in src/emu/sound/mos7360.c (nw) | 2013-03-08 | 1 | -8/+9 | ||
| | ||||||
* | fixed uninitialized memory in ddp2 by request (nw) | 2013-03-07 | 1 | -4/+7 | ||
| | ||||||
* | Modernized the beep and taitosnd devices. [Andrew Gardner] | 2013-03-06 | 2 | -134/+85 | ||
| | ||||||
* | Modernized gomoku, astrocade, saa1099, st0016, and c140 sound devices. ↵ | 2013-03-01 | 8 | -744/+748 | ||
| | | | | [Andrew Gardner] | |||||
* | fixed uninitialized memory in src/emu/sound/spureverb.c (nw) | 2013-02-23 | 1 | -1/+6 | ||
| | ||||||
* | fixed uninitialized member in src/emu/sound/spu.c (nw) | 2013-02-23 | 1 | -0/+1 | ||
| | ||||||
* | Added SCSP timer A irq for Main CPU, fixes a booting bug in Jikkyou Oshaberi ↵ | 2013-02-22 | 1 | -1/+2 | ||
| | | | | Parodius (game still not working due of timing bugs) | |||||
* | Added SCSP sound clear | 2013-02-21 | 1 | -0/+2 | ||
| | ||||||
* | Modernized polepos, redbaron, cps3, tiamc1, and gridlee sound devices. [Andrew | 2013-02-21 | 1 | -0/+14 | ||
| | | | | | | | | Gardner] Out of whatsnew.txt: There are now exactly 100 files that include devlegcy.h. Getting closer... |