summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/dsp16 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-3/+3
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-3/+3
* -cpu/cop400, dsp16, hmcs40: Removed MCFG macros. [Ryan Holtz] mooglyguy2018-12-161-63/+13
* dsp16: Fixed a couple of typos pointed out by Coverity (nw) Melissa Goad2018-07-241-2/+2
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-113-11/+11
* dsp16: aT = R has no X bit, duh (nw) Vas Crabb2018-05-103-5/+13
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* dsp16: better rnd on negative (nw) Vas Crabb2018-05-091-1/+1
* 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-282-42/+53
* Reshuffle some stuff: Vas Crabb2018-03-282-648/+703
* constexpr, const... (nw) Vas Crabb2018-03-251-1/+1
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-252-3/+3
* cherry-pick more boilerplate, also missing emu.h inclusions (nw) Vas Crabb2018-03-223-1/+33
* trivial stuff (nw) Vas Crabb2018-03-213-3/+8
* dsp16: move most core state into DRC cache - keeps a lot of details out of th... Vas Crabb2018-03-217-519/+731
* dsp16: fix inconsistency in disassembler (nw) Vas Crabb2018-03-201-2/+2
* dsp16: fix disassembler bugs (nw) Vas Crabb2018-03-191-3/+3
* (nw) dsp16: marginal performance improvement by precalculating SIO clock divi... Vas Crabb2018-03-192-18/+31
* 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-184-443/+636
* dsp16: start adding recompiler boilerplate (nw) Vas Crabb2018-03-174-1/+971
* dsp16: fix some corner cases (nw) Vas Crabb2018-03-172-22/+32
* use more constexpr and literal classes in UML to give compiler more optimisat... Vas Crabb2018-03-173-25/+25
* dsp16: implement remaining instructions for completeness Vas Crabb2018-03-162-43/+123
* 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-153-1414/+2424
* dsp16: Improve disassembler - less ambiguous, more like the manual. Vas Crabb2018-03-152-397/+336
* emumem: API change [O. Galibert] Olivier Galibert2017-11-292-5/+5
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-264-46/+57
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-102-3/+3
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-032-5/+6
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-142-46/+41
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* srcclean (nw) Vas Crabb2016-11-271-1/+1
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-203-14/+4
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-192-26/+26
* Changed the dsp16a disassembler to use 'std::ostream &' internally Nathan Woods2016-11-111-31/+46
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-224-294/+294
* 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-012-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-282-111/+109
* reverting: Miodrag Milanovic2016-01-202-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-162-2/+2
* Revert "remove const (nw)" Miodrag Milanovic2016-01-132-2/+2
* remove const (nw) Miodrag Milanovic2016-01-112-2/+2