summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/dspp
Commit message (Expand)AuthorAgeFilesLines
* -tools/imgtool/modules: Fixed remaining calss memory access warnings. Vas Crabb2024-11-261-4/+5
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-271-4/+4
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-43/+38
* -Lua engine: run everything in coroutines. (#11019) Vas Crabb2023-03-251-2/+1
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-062-3/+0
* Debugger-related feature removals and cleanup AJR2021-08-151-1/+0
* Added helpers for 64-bit count leading zeroes/ones. Vas Crabb2021-06-131-1/+1
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-2/+2
* Fix most implicit fallthrough warnings from clang Vas Crabb2020-11-171-2/+2
* -dspp: Fix erroneous fallthroughs. [Ryan Holtz] Ryan Holtz2020-11-141-2/+3
* Enable GCC implicit fallthrough warning. Vas Crabb2020-11-152-3/+4
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-182-36/+36
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-253-24/+17
* various devices: try the new (and some not so new) save state possibilities (nw) Ivan Vangelista2019-12-091-16/+13
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-092-4/+4
* (nw) be strictly POSIX compliant, reduce fragmentation, get rid of an unused ... Vas Crabb2019-11-052-7/+7
* (nw) Clean up the mess on master Vas Crabb2019-03-262-176/+176
* Revert "conflict resolution (nw)" andreasnaive2019-03-252-176/+176
* srcclean and cleanup (nw) Vas Crabb2019-01-272-176/+176
* Removed no longer use MCFG macros in DSPP core, nw mooglyguy2018-12-301-17/+0
* Start cleaning up palette configuration: Vas Crabb2018-12-291-2/+3
* -dspp: Preliminary DRC. Still disabled by default. [Ryan Holtz] mooglyguy2018-12-255-819/+999
* Split m2_te_device declaration into its own header file, and cleaned up some ... mooglyguy2018-12-232-6/+6
* srcclean (nw) Vas Crabb2018-12-234-239/+239
* Last round of macro removals before the freeze. (nw) mooglyguy2018-12-227-0/+4796