summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/dsp16/dsp16.cpp
Commit message (Expand)AuthorAgeFilesLines
* Detect array members that can't be replicated and manually register each item... Aaron Giles2021-04-191-5/+0
* emumem: Simplify memory management. [O. Galibert] Olivier Galibert2020-11-021-2/+2
* validity.cpp: Limit characters allowed in I/O port tags, and check ROMs and I... Vas Crabb2020-08-271-3/+3
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-181-6/+6
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-251-8/+8
* removed some dummy_space() calls (nw) smf-2020-04-021-6/+6
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-3/+3
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-111-8/+8
* dsp16: aT = R has no X bit, duh (nw) Vas Crabb2018-05-101-4/+4
* stupid HOLD_LINE (nw) Vas Crabb2018-04-041-0/+4
* move some not-directly-emulation-related helpers to lib/util, further extrica... Vas Crabb2018-04-011-1/+1
* dsp16: bypass memory system for work RAM access when debugger is disabled - g... Vas Crabb2018-03-281-39/+48
* Reshuffle some stuff: Vas Crabb2018-03-281-646/+697
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-2/+2
* dsp16: move most core state into DRC cache - keeps a lot of details out of th... Vas Crabb2018-03-211-471/+233
* (nw) dsp16: marginal performance improvement by precalculating SIO clock divi... Vas Crabb2018-03-191-17/+29
* second time I've done that (nw) Vas Crabb2018-03-191-1/+1
* dsp16: rewrite disassembler - less cluttered output, better handling of ambig... Vas Crabb2018-03-181-7/+112
* dsp16: start adding recompiler boilerplate (nw) Vas Crabb2018-03-171-1/+1
* dsp16: fix some corner cases (nw) Vas Crabb2018-03-171-20/+31
* use more constexpr and literal classes in UML to give compiler more optimisat... Vas Crabb2018-03-171-1/+1
* dsp16: implement remaining instructions for completeness Vas Crabb2018-03-161-43/+121
* QSound LLE available with a 3-character change Vas Crabb2018-03-161-2/+2
* Cycle-accurate DSP16 core (disabled in QSound for performance reasons) Vas Crabb2018-03-151-328/+2006
* emumem: API change [O. Galibert] Olivier Galibert2017-11-291-4/+4
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-28/+4
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-2/+2
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-4/+5
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-2/+2
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-2/+2
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-17/+17
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-281-1/+1
* Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... Lord-Nightmare2016-09-271-1/+1
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-271-1/+1
* INC -> HXX makes editors and code analyzers see it as C++ (nw) Miodrag Milanovic2016-05-011-1/+1
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-76/+76
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* Revert "remove const (nw)" Miodrag Milanovic2016-01-131-1/+1
* remove const (nw) Miodrag Milanovic2016-01-111-1/+1
* Return std::string objects by value rather than pass by reference AJR2016-01-101-1/+1
* clang-modernize part 3 Miodrag Milanovic2015-12-041-4/+4
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+453