| Commit message (Expand) | Author | Age | Files | Lines |
* | -cpu/cop400, dsp16, hmcs40: Removed MCFG macros. [Ryan Holtz] |  mooglyguy | 2018-12-16 | 1 | -63/+13 |
* | dsp16: Fixed a couple of typos pointed out by Coverity (nw) |  Melissa Goad | 2018-07-24 | 1 | -2/+2 |
* | emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... |  Olivier Galibert | 2018-05-11 | 3 | -11/+11 |
* | dsp16: aT = R has no X bit, duh (nw) |  Vas Crabb | 2018-05-10 | 3 | -5/+13 |
* | dsp16: fix condition mask in disassembler (nw) |  Vas Crabb | 2018-05-09 | 1 | -1/+1 |
* | dsp16: better rnd on negative (nw) |  Vas Crabb | 2018-05-09 | 1 | -1/+1 |
* | stupid HOLD_LINE (nw) |  Vas Crabb | 2018-04-04 | 1 | -0/+4 |
* | move some not-directly-emulation-related helpers to lib/util, further extrica... |  Vas Crabb | 2018-04-01 | 1 | -1/+1 |
* | dsp16: bypass memory system for work RAM access when debugger is disabled - g... |  Vas Crabb | 2018-03-28 | 2 | -42/+53 |
* | Reshuffle some stuff: |  Vas Crabb | 2018-03-28 | 2 | -648/+703 |
* | constexpr, const... (nw) |  Vas Crabb | 2018-03-25 | 1 | -1/+1 |
* | don't pass so many naked pointers around (nw) |  Vas Crabb | 2018-03-25 | 2 | -3/+3 |
* | cherry-pick more boilerplate, also missing emu.h inclusions (nw) |  Vas Crabb | 2018-03-22 | 3 | -1/+33 |
* | trivial stuff (nw) |  Vas Crabb | 2018-03-21 | 3 | -3/+8 |
* | dsp16: move most core state into DRC cache - keeps a lot of details out of th... |  Vas Crabb | 2018-03-21 | 7 | -519/+731 |
* | dsp16: fix inconsistency in disassembler (nw) |  Vas Crabb | 2018-03-20 | 1 | -2/+2 |
* | dsp16: fix disassembler bugs (nw) |  Vas Crabb | 2018-03-19 | 1 | -3/+3 |
* | (nw) dsp16: marginal performance improvement by precalculating SIO clock divi... |  Vas Crabb | 2018-03-19 | 2 | -18/+31 |
* | second time I've done that (nw) |  Vas Crabb | 2018-03-19 | 1 | -1/+1 |
* | dsp16: rewrite disassembler - less cluttered output, better handling of ambig... |  Vas Crabb | 2018-03-18 | 4 | -443/+636 |
* | dsp16: start adding recompiler boilerplate (nw) |  Vas Crabb | 2018-03-17 | 4 | -1/+971 |
* | dsp16: fix some corner cases (nw) |  Vas Crabb | 2018-03-17 | 2 | -22/+32 |
* | use more constexpr and literal classes in UML to give compiler more optimisat... |  Vas Crabb | 2018-03-17 | 3 | -25/+25 |
* | dsp16: implement remaining instructions for completeness |  Vas Crabb | 2018-03-16 | 2 | -43/+123 |
* | QSound LLE available with a 3-character change |  Vas Crabb | 2018-03-16 | 1 | -2/+2 |
* | Cycle-accurate DSP16 core (disabled in QSound for performance reasons) |  Vas Crabb | 2018-03-15 | 3 | -1414/+2424 |
* | dsp16: Improve disassembler - less ambiguous, more like the manual. |  Vas Crabb | 2018-03-15 | 2 | -397/+336 |
* | emumem: API change [O. Galibert] |  Olivier Galibert | 2017-11-29 | 2 | -5/+5 |
* | dvdisasm: Overhaul [O. Galibert] |  Olivier Galibert | 2017-11-26 | 4 | -46/+57 |
* | make device_memory_interface slightly less of a special case, use a typedef t... |  Vas Crabb | 2017-07-10 | 2 | -3/+3 |
* | dimemory: Lift the cap on the number of address spaces per device [O. Galibert] |  Olivier Galibert | 2017-07-03 | 2 | -5/+6 |
* | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 2 | -46/+41 |
* | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -1/+1 |
* | srcclean (nw) |  Vas Crabb | 2016-11-27 | 1 | -1/+1 |
* | Changed disassembler infrastructure to not use char buffers internally |  Nathan Woods | 2016-11-20 | 3 | -14/+4 |
* | Introduce u8/u16/u32/u64/s8/s16/s32/s64 |  Vas Crabb | 2016-11-19 | 2 | -26/+26 |
* | Changed the dsp16a disassembler to use 'std::ostream &' internally |  Nathan Woods | 2016-11-11 | 1 | -31/+46 |
* | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 4 | -294/+294 |
* | Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... |  smf- | 2016-09-28 | 1 | -1/+1 |
* | Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... |  Lord-Nightmare | 2016-09-27 | 1 | -1/+1 |
* | Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... |  smf- | 2016-09-27 | 1 | -1/+1 |
* | INC -> HXX makes editors and code analyzers see it as C++ (nw) |  Miodrag Milanovic | 2016-05-01 | 2 | -1/+1 |
* | NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... |  Miodrag Milanovic | 2016-04-24 | 1 | -1/+1 |
* | Replace strformat, strprintf and strcatprintf with type-safe steam_format and... |  Vas Crabb | 2016-02-28 | 2 | -111/+109 |
* | reverting: |  Miodrag Milanovic | 2016-01-20 | 2 | -2/+2 |
* | tags are now strings (nw) |  Miodrag Milanovic | 2016-01-16 | 2 | -2/+2 |
* | Revert "remove const (nw)" |  Miodrag Milanovic | 2016-01-13 | 2 | -2/+2 |
* | remove const (nw) |  Miodrag Milanovic | 2016-01-11 | 2 | -2/+2 |
* | Return std::string objects by value rather than pass by reference |  AJR | 2016-01-10 | 2 | -2/+2 |
* | override part 2 (nw) |  Miodrag Milanovic | 2015-12-05 | 1 | -14/+14 |