summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/dcs.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* dcs.h: Eliminate superfluous parens (nw) AJR2019-11-111-1/+1
* Eliminate a few more uses of auto_alloc (nw) AJR2019-11-101-1/+2
* mame/video: more macro removal (nw) Ivan Vangelista2018-11-231-6/+0
* dcs: Reinstate hastily removed eat_cycles. Fixes MT07027. (nw) Ted Green2018-06-291-0/+1
* Update dcs audio to get sf2049 closer to working. Ted Green2018-06-031-4/+24
* voodoo: Use device finders instead of machine().device (nw) Ryan Holtz2018-05-211-2/+6
* de-staticify initializations for mame/includes and mame/audio (#3256) wilbertpol2018-02-221-4/+4
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+19
* dcs: Some minor changes mainly for DSIO and DENVER systems. (nw) Ted Green2018-01-181-1/+1
* atlantis/vegas: Fixed DCS audio banking for DENVER and DSIO DCS audio. Ted Green2017-12-141-0/+5
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* DCS audio: Re-enable speedups for external ram. (nw) Ted Green2017-07-131-2/+3
* WIP: Get audio to start working in mwskins and add I40 board to vegas driver.... Ted Green2017-07-101-2/+6
* a start at moving mame/audio devices to use device_add_mconfig insted of devi... Ivan Vangelista2017-05-231-14/+18
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-18/+18
* dcs: Implemented proper ram bank switch for ADSP2181 systems. (nw) Ted Green2016-12-211-0/+3
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-68/+68
* atlantis: Added dcs3 fifo reset to address map (nw) Ted Green2016-06-191-0/+4
* emumem: Get rid of the install_* return value [O. Galibert] Olivier Galibert2016-05-181-0/+2
* Cleanups and version bumpmame0170 Miodrag Milanovic2016-01-271-3/+3
* First round of this==NULL crash fixes therealmogminer@gmail.com2016-01-231-0/+4
* reverting: Miodrag Milanovic2016-01-201-10/+10
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-2/+2
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-161-10/+10
* removed declarations from H files that are not defined in CPP (nw) Miodrag Milanovic2015-12-251-5/+0
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-11/+11
* More cleanups, there is issue with srcclean that needs to be taken care as we... Miodrag Milanovic2014-07-221-22/+22
* wpc_s, wpc_dcs: Incomplete update, fix dcs [O. Galibert] Olivier Galibert2014-07-201-6/+8
* wpc_95: Make it testable [O. Galibert] Olivier Galibert2014-05-171-8/+15
* modernized cage, dcs and midwayic (nw) Miodrag Milanovic2014-04-201-29/+333
* wpc_dcs: Start to get DCS-based games running. mahlemiut2013-10-211-0/+1
* Based on memory and obvious stuff, attempted to flag driver code Aaron Giles2013-10-161-0/+2
* Memory handler cleanup 3. Add mem_mask parameter Aaron Giles2012-09-171-3/+8
* Audio device additions: [Atari Ace] Scott Stone2011-04-091-8/+8
* BIG update. Aaron Giles2011-03-291-3/+3
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-7/+7
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-1/+1
* Removed cpunum_get_active(). Aaron Giles2008-12-061-1/+1
* Major cpuintrf changes: Aaron Giles2008-11-101-1/+1
* Converted the IDE controller to a device. Updated all drivers Aaron Giles2008-04-151-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+34