summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/e132xs/e132xs.cpp
Commit message (Expand)AuthorAgeFilesLines
* -emu/schedule.cpp: Restore timers expiring at the same time in the order they... Vas Crabb2025-04-091-1/+1
* -cpu/e132xs: Use word addressing for I/O. Vas Crabb2025-04-071-28/+28
* cpu/e132xs: Changed STBS and STHS to do an unsigned range check. Vas Crabb2025-04-061-12/+15
* -cpu/e132xs: Fixed I/O for models with 16-bit external bus. Vas Crabb2025-04-061-95/+275
* cpu/e132xs: Improved comment about model differences. Vas Crabb2025-04-051-21/+40
* cpu/e132xs: It's rather important to initialise DRC handle pointers. Vas Crabb2025-04-051-0/+1
* cpu/e132xs: Untangled device types. Vas Crabb2025-04-051-157/+429
* -cpu/e132xs: Miscellaneous fixes/optimisation: Vas Crabb2025-04-031-53/+73
* -cpu/e132xs: Log bus control and memory control setup. Vas Crabb2025-04-011-29/+125
* -cpu/e132xs.cpp: Improved exception emulation: Vas Crabb2025-04-011-9/+22
* cpu/e132xs: Emulate more exceptions, more recompiler optimisation. Vas Crabb2025-03-311-2/+1
* -cpu/e132xs: Implemented pointer error exceptions for recompiler. Vas Crabb2025-03-301-0/+3
* -cpu/e132xs: General cleanup and usability improvements: Vas Crabb2025-03-291-4/+14
* cpu/e132xs: More recompiler optimisation: Vas Crabb2025-03-271-0/+1
* cpu/e132xs: More fixes and optimisation: Vas Crabb2025-03-271-8/+7
* cpu/e132xs: Made debugging Hyperstone E1 software less painful. Vas Crabb2025-03-261-85/+32
* cpu/e132xs: Call debugger exception hook for TRAP instructions. Vas Crabb2025-03-261-4/+6
* cpu/e132xs: Moved interrupt check to the beginning of instruction execution. Vas Crabb2025-03-261-162/+92
* -cpu/e132xs: Fixes and optimisations: Vas Crabb2025-03-261-9/+11
* cpu/e132xs, cpu/drcbex64.cpp: More fixes and optimisation: Vas Crabb2025-03-251-145/+83
* cpu/e132xs: Don't generate code to handle a delayed branch inline. Vas Crabb2025-03-241-0/+1
* diexec: remove vestigal execute_input_lines() hap2024-09-181-11/+0
* Interrupt callback rationalization AJR2023-03-111-14/+14
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-1/+1
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-061-2/+0
* e132xs.cpp, sharc.cpp: fixed DRC crashes in devnoclear debug builds (nw) Ivan Vangelista2020-06-141-0/+2
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-251-9/+9
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-3/+3
* e132xs: Fixed SUBC flag calculation for DRC, and fixed instruction length fla... mooglyguy2018-12-011-22/+60
* Fix hyperstone drc (nw) Olivier Galibert2018-05-141-3/+5
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-111-19/+23
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-0/+4
* maps: Finish devices/cpu (nw) Olivier Galibert2018-04-201-18/+24
* Reshuffle some stuff: Vas Crabb2018-03-281-2/+2
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-2/+2
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-14/+14
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-20/+20
* srcclean and regenerate localisations (nw) Vas Crabb2018-01-281-2/+2
* e132xs: potentially fix drc crash on linux and osx, nw mooglyguy2017-12-301-8/+2
* e132xs: allocate core from drc cache, nw mooglyguy2017-12-301-280/+264
* -e132xs: Fixed 32-bit hyperstone DRC, nw mooglyguy2017-12-301-2/+2
* -e132xs: fix botched DRC merge, nw mooglyguy2017-12-291-2/+76
* fixed build errors, nw mooglyguy2017-12-291-0/+25
* -e132xs: Hyperstone DRC. [Ryan Holtz] mooglyguy2017-12-291-112/+222
* srcclean and manual cleanups (nw) Vas Crabb2017-12-241-1/+1
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-151/+102
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-102/+151
* no help = no hyperstone drc, nw mooglyguy2017-12-061-77/+0
* e132xs: added stwp and conditional db ops to drc, fixed addi Z flag calculati... mooglyguy2017-12-051-58/+14
* Hyperstone dasm fp/h support (nw) Olivier Galibert2017-12-021-2/+11