summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/mb86235/mb86235ops.cpp
Commit message (Collapse)AuthorAgeFilesLines
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-061-1/+0
|
* emumem: A little more speedup. cache and specific change syntax, and are ↵ Olivier Galibert2020-05-251-8/+8
| | | | | | | | | | | | | | | | not pointers anymore [O. Galibert] The last(?) two changes are: - Add a template parameter to everything (theoretically the address space width, in practice a level derived from it to keep as much compatibility between widths as possible) so that the shift size becomes a constant. - Change the syntax of declaring and initializing the caches and specifics so that they're embedded in the owner device. Solves lifetime issues and also removes one indirection (looking up the base dispatch pointer through the cache/specific pointer).
* srcclean (nw) Vas Crabb2018-04-221-1/+1
|
* mb86233/4 rewrite [O. Galibert] Olivier Galibert2018-04-051-34/+24
| | | | | model1: Use the real 315-5573 Virtua Racing coprocessor program [Team Caps0ff] model2: Rewamp the coprocessors communications [O. Galibert]
* srcclean and regenerate localisations (nw) Vas Crabb2018-03-251-105/+105
|
* tgpx4: misc fixing (floating point conversions, broken REP opcode, support ↵ angelosa2018-03-221-43/+72
| | | | for rascot2 MOV2 int->ext opcode) (nw)
* Wrote a preliminary TGPx4 interpreter core [Angelo Salese] angelosa2018-03-201-0/+1284
| | | | i960.cpp: support burst stall on writes [Angelo Salese]
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-0/+12
mb86235.cpp: renamed pcs_ptr into pcp, and added a file for future interpreter core (nw)