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