summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/dsp16/dsp16.h
diff options
context:
space:
mode:
author Patrick Mackinlay <pmackinlay@hotmail.com>2020-10-06 09:54:38 +0700
committer Patrick Mackinlay <pmackinlay@hotmail.com>2020-10-06 09:54:38 +0700
commitdef86684accd901b3a88cb0de8d3409c85ca44fa (patch)
tree9e1a59258e92c2cc6096a4ee34ac8d0ceb5567c9 /src/devices/cpu/dsp16/dsp16.h
parenta538585b9892e41a879f1f324c157df75736d162 (diff)
ns32000: avoid potential slave dependency issue
Diffstat (limited to 'src/devices/cpu/dsp16/dsp16.h')
0 files changed, 0 insertions, 0 deletions
='//www.gravatar.com/avatar/dd6c8f34d52964bf692889033ee7bfe1?s=128&d=retro' /> Miodrag Milanovic2016-11-121-1/+1 * Added IS_ENABLED, so we have compiler check for non used part, it is checked ... Miodrag Milanovic2016-11-111-1/+1 * Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-2/+2 * NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-7/+7 * Make output_manager::find_item much more efficient (nw) AJR2016-08-241-4/+3 * feversoc: Hook up EEPROM; remap buttons (#1028) ajrhacker2016-07-051-0/+7 * Placed back old output system as module "-output windows" need more things cl... Miodrag Milanovic2016-06-051-2/+3 * Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-1/+1 * Cleanups and version bumpmame0170 Miodrag Milanovic2016-01-271-3/+3 * modernize output_manager (nw) Miodrag Milanovic2016-01-101-187/+52 * move things around (nw) Miodrag Milanovic2016-01-101-0/+14 * macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-121-3/+3 * clang-modernize part 1 (nw)