summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m88000
Commit message (Collapse)AuthorAgeFilesLines
* m88000: Use split memory spaces for MC88100; fix masking logic in ↵ AJR2020-01-233-8/+17
| | | | disassembler (nw)
* bitwise comparison always evaluates to false [-Werror=tautological-compare] smf-2020-01-241-1/+1
| | | | | 1014 | (inst & 0xfc007c00) == 0x84004200 ? 'x' : 'r', | ~~~~~~~~~~~~~~~~~~~ ^~ ~~~~~~~~~~
* 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
---------------------------------- NCD19c [Don Maslin Archive] Add disassemblers for Motorola MC88100 and MC88110 [AJR]