summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m88000/m88000.cpp
Commit message (Expand)AuthorAgeFilesLines
* mc88000: allow for multiple cmmus Patrick Mackinlay2024-07-081-21/+21
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-1/+0
* m88000: fix subtraction borrow out Patrick Mackinlay2023-04-251-5/+5
* m88000: fix interrupts Patrick Mackinlay2023-04-231-17/+45
* m88000: improve exception handling Patrick Mackinlay2023-04-211-103/+266
* m88000: fix unsigned division Patrick Mackinlay2023-04-051-1/+3
* m88000: fix doubleword load/store word order Patrick Mackinlay2023-03-221-15/+19
* Interrupt callback rationalization AJR2023-03-111-3/+3
* m88000: add basic cmmu support Patrick Mackinlay2023-02-031-70/+152
* m88000: add variants of some triadic instructions with un-decoded bits Patrick Mackinlay2023-01-171-0/+4
* m88000: prepare for mmu Patrick Mackinlay2022-11-211-143/+195
* eminline.h: Additions AJR2022-09-251-6/+2
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-061-1/+1
* Added helpers for 64-bit count leading zeroes/ones. Vas Crabb2021-06-131-2/+2
* ncd19c: Map some memory and devices AJR2021-02-021-0/+1
* m88000: initial execution implementation Patrick Mackinlay2021-02-021-26/+1448
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-251-4/+2
* m88000: Use split memory spaces for MC88100; fix masking logic in disassemble... AJR2020-01-231-4/+9
* New machines marked as NOT_WORKING AJR2020-01-231-0/+75