| Commit message (Expand) | Author | Age | Files | Lines |
* | arm: Eliminate spurious LSL #32 shifts from disassembly (nw) |  AJR | 2018-04-07 | 2 | -23/+31 |
* | Add notd, used by vf2 collision (nw) |  Olivier Galibert | 2018-04-05 | 2 | -6/+14 |
* | Add missing lab mode used by vf2 in-game (nw) |  Olivier Galibert | 2018-04-05 | 2 | -4/+5 |
* | mb86233/4 rewrite [O. Galibert] |  Olivier Galibert | 2018-04-05 | 8 | -1801/+1297 |
* | i960: Don't lose register values on read stalling [O. Galibert] |  Olivier Galibert | 2018-04-05 | 1 | -13/+31 |
* | m6801: separate SCI Tx/Rx tick and event logging, fix some missing save state... |  Vas Crabb | 2018-04-05 | 1 | -10/+20 |
* | stupid HOLD_LINE (nw) |  Vas Crabb | 2018-04-04 | 2 | -2/+12 |
* | hopefully the last emucore reference in unidasm (nw) |  Vas Crabb | 2018-04-03 | 1 | -1/+7 |
* | extricate refereces to emucore.o from t11dasm.o (nw) |  Vas Crabb | 2018-04-03 | 2 | -59/+62 |
* | restore RAM default fill (nw) |  Vas Crabb | 2018-04-03 | 1 | -3/+3 |
* | m6801.cpp: configurable logging (nw) |  Vas Crabb | 2018-04-03 | 1 | -43/+56 |
* | hopefully purge references to emu_fatalerror from ppc_dasm.o (nw) |  Vas Crabb | 2018-04-01 | 2 | -7/+4 |
* | move some not-directly-emulation-related helpers to lib/util, further extrica... |  Vas Crabb | 2018-04-01 | 2 | -1/+4 |
* | ti99: Hexbus floppy system; logging updates |  Michael Zapf | 2018-03-31 | 1 | -158/+143 |
* | clipper: minor improvements (nw) (#3400) |  Patrick Mackinlay | 2018-03-30 | 2 | -164/+204 |
* | i186: handle program space mapping for io block same as io space (nw) |  cracyc | 2018-03-29 | 2 | -13/+56 |
* | 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 | 153 | -989/+1061 |
* | Merge branch 'release0196' |  Vas Crabb | 2018-03-26 | 2 | -2/+2 |
|\ |
|
| * | constexpr, const... (nw) |  Vas Crabb | 2018-03-25 | 1 | -1/+1 |
| * | hopefully shut up MSVC (nw) |  Vas Crabb | 2018-03-25 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'origin/release0196' |  Vas Crabb | 2018-03-25 | 1 | -1/+1 |
|\| |
|
| * | not enough sleep, can't git add properly (nw) |  Vas Crabb | 2018-03-25 | 1 | -1/+1 |
* | | Merge branch 'release0196' |  Vas Crabb | 2018-03-25 | 3 | -14/+17 |
|\| |
|
| * | fix clang link error (nw) |  Vas Crabb | 2018-03-25 | 3 | -14/+17 |
* | | std::move is required here, unfortunately (nw) |  AJR | 2018-03-24 | 1 | -1/+1 |
* | | "Perfect forwarding" is an oxymoron (nw) |  AJR | 2018-03-24 | 1 | -2/+2 |
|/ |
|
* | srcclean and regenerate localisations (nw) |  Vas Crabb | 2018-03-25 | 9 | -179/+179 |
* | don't pass so many naked pointers around (nw) |  Vas Crabb | 2018-03-25 | 325 | -3558/+3154 |
* | modernise drcuml somewhat (nw) |  Vas Crabb | 2018-03-24 | 6 | -278/+281 |
* | Make UML shorthand a bit easier to use without using namespace everywhere, cl... |  Vas Crabb | 2018-03-23 | 7 | -298/+287 |
* | cherry-pick more boilerplate, also missing emu.h inclusions (nw) |  Vas Crabb | 2018-03-22 | 3 | -1/+33 |
* | tgpx4: misc fixing (floating point conversions, broken REP opcode, support fo... |  angelosa | 2018-03-22 | 3 | -51/+84 |
* | 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 |
* | g65816: Allow use of separate address spaces for program, data, opcodes and/o... |  AJR | 2018-03-20 | 6 | -24/+63 |
* | Wrote a preliminary TGPx4 interpreter core [Angelo Salese] |  angelosa | 2018-03-20 | 7 | -40/+1449 |
* | reduce scope of stuff with different definitions across CPUs (nw) |  Vas Crabb | 2018-03-20 | 2 | -35/+50 |
* | 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 |
* | Separate TLCS-90 external IRQ line state from internal request register (fixe... |  AJR | 2018-03-18 | 2 | -13/+29 |
* | dsp16: start adding recompiler boilerplate (nw) |  Vas Crabb | 2018-03-17 | 4 | -1/+971 |
* | hopefully appease GCC (nw) |  Vas Crabb | 2018-03-17 | 1 | -2/+3 |
* | 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 | 7 | -637/+616 |
* | dsp16: implement remaining instructions for completeness |  Vas Crabb | 2018-03-16 | 2 | -43/+123 |
* | more devices named after machines (nw) |  Vas Crabb | 2018-03-16 | 1 | -2/+2 |