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