summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/e132xs/e132xsdrc.cpp
Commit message (Expand)AuthorAgeFilesLines
* misc cpu: no need to check debug enabled flag manually hap9 days1-1/+1
* -cpu/e132xs: Use word addressing for I/O. Vas Crabb13 days1-2/+2
* -cpu/e132xs: Fixed I/O for models with 16-bit external bus. Vas Crabb2025-04-061-69/+112
* cpu/e132xs: Untangled device types. Vas Crabb2025-04-051-0/+11
* -cpu/e132xs: Log bus control and memory control setup. Vas Crabb2025-04-011-0/+10
* -cpu/e132xs.cpp: Improved exception emulation: Vas Crabb2025-04-011-8/+10
* cpu/e132xs: Emulate more exceptions, more recompiler optimisation. Vas Crabb2025-03-311-1/+4
* -cpu/e132xs: General cleanup and usability improvements: Vas Crabb2025-03-291-1/+6
* cpu/e132xs: More recompiler optimisation: Vas Crabb2025-03-281-24/+51
* cpu/e132xs: More recompiler optimisation: Vas Crabb2025-03-271-13/+40
* cpu/e132xs: More fixes and optimisation: Vas Crabb2025-03-271-23/+29
* cpu/e132xs: Call debugger exception hook for TRAP instructions. Vas Crabb2025-03-261-39/+6
* cpu/e132xs: Moved interrupt check to the beginning of instruction execution. Vas Crabb2025-03-261-95/+77
* -cpu/e132xs: Fixes and optimisations: Vas Crabb2025-03-261-12/+6
* cpu/e132xs: Optimised recompiled FRAME instruction. Vas Crabb2025-03-251-17/+15
* cpu/e132xs: Removed leftover block end from a function that no longer generat... Vas Crabb2025-03-251-2/+0
* cpu/e132xs, cpu/drcbex64.cpp: More fixes and optimisation: Vas Crabb2025-03-251-88/+91
* cpu/e132xs: Don't generate code to handle a delayed branch inline. Vas Crabb2025-03-241-80/+44
* cpu/e132xs: Fixed IO2 interrupt check in recompiler. Vas Crabb2025-03-231-33/+33
* cpu/e132xs: More recompiler optimisation: Vas Crabb2025-03-231-189/+115
* cpu/e132xs: More recompiler fixes: Vas Crabb2025-03-221-2/+2
* -Lua engine: run everything in coroutines. (#11019) Vas Crabb2023-03-251-2/+1
* Interrupt callback rationalization AJR2023-03-111-1/+1
* e132xs: Fixed SUBC flag calculation for DRC, and fixed instruction length fla... mooglyguy2018-12-011-5/+6
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-111-7/+7
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-61/+43
* Make UML shorthand a bit easier to use without using namespace everywhere, cl... Vas Crabb2018-03-231-7/+5
* srcclean and regenerate localisations (nw) Vas Crabb2018-01-281-1/+1
* e132xs: potentially fix drc crash on linux and osx, nw mooglyguy2017-12-301-18/+18
* e132xs: allocate core from drc cache, nw mooglyguy2017-12-301-30/+30
* -e132xs: Added subs to drc, fixes hidnctch fatalerror when selecting a differ... mooglyguy2017-12-301-18/+18
* -e132xs: Hyperstone DRC. [Ryan Holtz] mooglyguy2017-12-291-0/+1234