summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/audio
Commit message (Collapse)AuthorAgeFilesLines
* Don't use safe_pc[base] when you already have a Aaron Giles2012-09-111-7/+7
| | | | | | resolved device_state_interface. Added redundant methods to device_state_interface to generate errors when this is done.
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-7/+7
| | | | | | Convert all cpu_get_pc() to safe_pc() and cpu_getpreviouspc() to safe_basepc(). Removed the old macros.
* (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. ↵ Curt Coder2012-09-022-0/+22
| | | | | | | | | | | | Implemented 1530/1531 datassette as slot devices. Converted MOS6581 interface to devcb. [Curt Coder] (MESS) vic20: Added floating bus read support to VIC and cartridge interface. (MESS) vic10: Added floating bus read support to VIC-II and cartridge interface. (MESS) c64: Added floating bus read support to cartridge interface. [Curt Coder] (MESS) plus4: Added floating bus read support to TED and cartridge interface. Implemented some Diag264 test cartridge loopback connectors. [Curt Coder] (MESS) c16: Added PAL/NTSC variants. (nw) (MESS) v364: Fixed speech ROM mapping. (nw) (MESS) compis: Separated keyboard to its own file. (nw) (MESS) huebler: Cleanup. (nw)
* 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 ↵ Miodrag Milanovic2012-08-302-1597/+0
| | | | duplicated files (nw)
* 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 ↵ smf-2012-08-271-2/+2
| | | | signed.
* (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