summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/alpha
Commit message (Expand)AuthorAgeFilesLines
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-4/+1
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-1/+0
* dimemory: Add the target address space to translate, wrap the constants Olivier Galibert2023-03-182-7/+8
* coretmpl.h: Add utility function for sign-extending values of arbitrary width AJR2022-11-011-2/+2
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-061-2/+0
* Debugger feature improvements AJR2022-03-271-15/+15
* devices/*: Removed extra semicolons after function bodies in headers. (#9275) 0kmg2022-02-061-2/+2
* -osd: Clean up inline maths utilities. Vas Crabb2021-01-181-2/+2
* -Switch to building MAME as C++17. Vas Crabb2020-11-151-0/+1
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-3/+3
* (nw) Clean up the mess on master Vas Crabb2019-03-265-0/+2583
* Revert "conflict resolution (nw)" andreasnaive2019-03-255-2583/+0
* alpha: implement srom interface (nw) Patrick Mackinlay2019-02-202-8/+123
* alpha: most integer instructions (nw) Patrick Mackinlay2019-02-193-19/+1025
* alpha: EV4 implementation-specific instruction disassembly (nw) Patrick Mackinlay2019-02-113-192/+312
* alpha: disassembler improvements (nw) Patrick Mackinlay2019-02-054-41/+428
* srcclean and cleanup (nw) Vas Crabb2019-01-271-1/+3
* alpha: new cpu, disassembler only Patrick Mackinlay2019-01-244-0/+953