summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/audio (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't use safe_pc[base] when you already have a Aaron Giles2012-09-111-7/+7
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-7/+7
* (MESS) mos7360: Refactored to use an rgb32 bitmap. (nw) Curt Coder2012-09-082-110/+104
* (MESS) plus4: Refactored TED to use device_memory interface. (nw) Curt Coder2012-09-062-28/+100
* Cleanup and some inheritance fixes (no whatsnew) Miodrag Milanovic2012-09-0314-264/+0
* conversion of legacy devices into modern wip (no whatsnew) Miodrag Milanovic2012-09-0320-35/+757
* (MESS) Added PET cassette port slot interface to vic20, c64, and plus4. Imple... Curt Coder2012-09-022-0/+22
* Removed zero sized inline_config (no whatsnew) Miodrag Milanovic2012-08-301-1/+0
* Removed files in MESS that are not used anymore and cleaned mess.mak of dupli... Miodrag Milanovic2012-08-302-1597/+0
* Removed template usage for legacy devices, to make my future work easier (nw) Miodrag Milanovic2012-08-301-6/+12
* (MESS) fixed overflow in MSVC caused by negative values being specified as si... smf-2012-08-271-2/+2
* (MESS) hr16: fixed unending samples. (nw) Sandro Ronco2012-08-241-17/+26
* (MESS) hr16: improved a bit the sound quality. (nw) Sandro Ronco2012-08-231-5/+15
* (MESS) hr16: Added preliminary sound emulation. [Sandro Ronco] Sandro Ronco2012-08-231-0/+136
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-2132-0/+9410