summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound
Commit message (Collapse)AuthorAgeFilesLines
* added save state to the remaining devices modernized by me in the past few ↵ Fabio Priuli2013-06-082-1/+18
| | | | days. nw.
* 3rd time's the charm Michaël Banaan Ananas2013-06-071-0/+10
| | | protip: don't exit MAME during flashing the game
* clear some more core dependencies (nw) Miodrag Milanovic2013-06-061-9/+0
|
* typo Michaël Banaan Ananas2013-06-041-1/+1
|
* I keep forgetting to remove this include... nw. Fabio Priuli2013-06-041-2/+0
|
* modernized speaker device. [Fabio Priuli] Fabio Priuli2013-06-042-202/+169
|
* (note) Michaël Banaan Ananas2013-06-034-14/+21
|
* (nevermind) Michaël Banaan Ananas2013-06-021-2/+0
|
* correct ymf271 external memory handling Michaël Banaan Ananas2013-06-022-35/+52
|
* small fix with ext mem write (no game uses it tho) Michaël Banaan Ananas2013-06-021-1/+3
|
* disregard timer A upper bits after all (aka |= 0x300) Michaël Banaan Ananas2013-06-021-6/+8
|
* had to change 16bit pcm again after removing firebeat hack Michaël Banaan Ananas2013-06-021-2/+2
|
* Fix compile error regarding reordering variables (nw) Scott Stone2013-06-011-1/+1
|
* added readlatch (dummy read is documented by Yamaha) Michaël Banaan Ananas2013-06-012-19/+23
|
* accurate timer/irq emulation Michaël Banaan Ananas2013-06-012-35/+36
|
* "if( address < 0x800000)" was useless Michaël Banaan Ananas2013-06-011-13/+9
|
* get rid of timerA madness Michaël Banaan Ananas2013-06-011-10/+4
| | | | m_timerAVal |= 0x300; <-- uhh??
* addresses are 23-bit, and added alternate loop bit but can't find any game ↵ Michaël Banaan Ananas2013-06-012-4/+12
| | | | that uses it
* sync stream before write Michaël Banaan Ananas2013-06-012-6/+8
|
* fix ymf278b irq regression Michaël Banaan Ananas2013-05-291-4/+7
|
* tms5220: minor wip, commented for now. (no whatsnew) Jonathan Gevaryahu2013-05-291-0/+13
|
* msm5205.c: modernized the device. [Fabio Priuli] Fabio Priuli2013-05-282-233/+184
|
* (MESS) minor improvements to pce save state reliability. not there yet + ↵ Fabio Priuli2013-05-261-0/+17
| | | | added saving for a crvision variable. nw
* (MESS) sp0256: modernized the SP0256 Narrator Speech Processor sound device. ↵ Fabio Priuli2013-05-262-421/+410
| | | | [Fabio Priuli]
* better safe than sowwy Michaël Banaan Ananas2013-05-231-1/+4
|
* fix irq timer regression Michaël Banaan Ananas2013-05-231-1/+1
|
* use device_post_load() instead of register_postload() (nw) smf-2013-05-222-4/+2
|
* Cleanups and version bumpmame0148u5 Miodrag Milanovic2013-05-208-16/+16
|
* fixed memset size (nw) smf-2013-05-161-2/+2
|
* started to modernise TMS5110 [smf] smf-2013-05-162-780/+582
|
* file location update (nw) Miodrag Milanovic2013-05-151-1/+1
|
* modernised TMS5220 [smf] smf-2013-05-143-2304/+677
|
* modernised CDDA & discard buffered samples when starting to play to avoid ↵ smf-2013-05-132-227/+137
| | | | audio glitches and timing issues. [smf]
* modernised YMF278B [smf] smf-2013-05-132-412/+383
|
* modernised YM2413 [smf] smf-2013-05-132-124/+47
|
* modernised YM3812 [smf] smf-2013-05-132-125/+101
|
* attempt at a better name for what this actually is. (nw) smf-2013-05-131-1/+1
|
* modernised the YMF262 [smf] smf-2013-05-122-132/+93
|
* modernised Y8950 [smf] smf-2013-05-122-169/+164
|
* removed unnecessary #includes (nw) smf-2013-05-125-7/+1
|
* standardised on #include format (nw) smf-2013-05-121-1/+1
|
* modernised the YM3526, which also required adding write lines to the 6502, ↵ smf-2013-05-122-126/+105
| | | | 6809 and z80 [smf]
* modernised YM2612/YM3438 [smf] smf-2013-05-122-182/+97
|
* simplified ay8910_start_ym now that all sound chips that use it are devices (nw) smf-2013-05-125-11/+10
|
* modernised the AY8910 [smf] smf-2013-05-122-217/+84
|
* (MESS) PlayStation: Improved save state behavior, but still needs work. (nw) R. Belmont2013-05-121-36/+26
|
* clears variables to avoid random crashing (nw) smf-2013-05-126-27/+60
|
* ym2612: temporarily limit table lookup ranges (nw) R. Belmont2013-05-111-4/+4
|
* a few changes for consistency (nw) smf-2013-05-112-8/+7
|
* modernised YM2203 [smf] smf-2013-05-112-149/+146
|