summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m88000
Commit message (Expand)AuthorAgeFilesLines
* misc cpu: no need to check debug enabled flag manually hap9 days1-1/+1
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-271-2/+2
* mc88000: allow for multiple cmmus Patrick Mackinlay2024-07-082-26/+26
* 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-212-111/+275
* 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-032-71/+160
* m88000: add variants of some triadic instructions with un-decoded bits Patrick Mackinlay2023-01-171-0/+4
* m88000: 88100 does not have signed immediate Patrick Mackinlay2022-11-211-4/+4
* m88000: prepare for mmu Patrick Mackinlay2022-11-212-144/+202
* eminline.h: Additions AJR2022-09-251-6/+2
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-061-1/+1
* Debugger feature improvements AJR2022-03-271-1/+1
* m88000d: Clean up over/out flagging AJR2021-10-101-7/+10
* 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-022-41/+1478
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-252-6/+4
* m88000: Use split memory spaces for MC88100; fix masking logic in disassemble... AJR2020-01-233-8/+17
* bitwise comparison always evaluates to false [-Werror=tautological-compare] smf-2020-01-241-1/+1
* m88000: One more disassembly fix (nw) AJR2020-01-231-0/+3
* m88000: Various disassembly fixes (nw) AJR2020-01-231-5/+5
* New machines marked as NOT_WORKING AJR2020-01-234-0/+1511