summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/romp/romp.cpp
Commit message (Expand)AuthorAgeFilesLines
* diexec: Add callback to allow debugger to break into the middle of wait-type ... AJR2024-11-171-0/+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-181-1/+2
* Interrupt callback rationalization AJR2023-03-111-5/+3
* rtpc: wip, now able to boot from vrm floppy Patrick Mackinlay2023-01-061-3/+3
* romp: various improvements Patrick Mackinlay2022-12-211-40/+68
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-061-1/+0
* 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-311-169/+67
* romp: fix divide step carry and overflow flags Patrick Mackinlay2020-12-101-0/+2
* romp: various improvements and fixes Patrick Mackinlay2020-12-091-115/+260
* romp: various improvements Patrick Mackinlay2020-11-301-34/+113
* romp: correct compare flags Patrick Mackinlay2020-11-231-89/+174
* romp: various improvements (nw) Patrick Mackinlay2020-02-251-205/+491
* romp: new device Patrick Mackinlay2020-02-131-0/+685