summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/romp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-2/+3
* Interrupt callback rationalization AJR2023-03-111-5/+3
* rtpc: wip, now able to boot from vrm floppy Patrick Mackinlay2023-01-063-27/+47
* romp: various improvements Patrick Mackinlay2022-12-212-44/+72
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-061-1/+0
* Debugger feature improvements AJR2022-03-271-8/+48
* rtpc: complete on-disk post routines Patrick Mackinlay2021-11-111-5/+47
* Added helpers for 64-bit count leading zeroes/ones. Vas Crabb2021-06-131-1/+1
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-1/+1
* romp: initial storage channel implementation Patrick Mackinlay2020-12-314-175/+234
* romp: fix divide step carry and overflow flags Patrick Mackinlay2020-12-101-0/+2
* romp: various improvements and fixes Patrick Mackinlay2020-12-092-124/+278
* romp: various improvements Patrick Mackinlay2020-11-301-34/+113
* romp: correct compare flags Patrick Mackinlay2020-11-232-93/+186
* romp: disasm fix (nw) Patrick Mackinlay2020-03-101-1/+1
* romp: various improvements (nw) Patrick Mackinlay2020-02-253-229/+580
* romp: disassembler improvements (nw) Patrick Mackinlay2020-02-171-83/+84
* romp: hex prefix (nw) Patrick Mackinlay2020-02-131-1/+1
* romp: new device Patrick Mackinlay2020-02-134-0/+1020