summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m68hc16
Commit message (Expand)AuthorAgeFilesLines
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-272-10/+10
* cpu16: Add most of the MAC unit instructions AJR2023-08-272-11/+302
* cpu16dasm.cpp: Use util::sext to sign-extend 4-bit constants AJR2023-08-271-9/+1
* cpu16h, icorender.cpp: fix MSVC compile (nw) Peter Ferrie2022-08-011-4/+0
* mc68hc11z1, cfp1080s: Separate source file for MCU; add numerous logging stubs AJR2022-06-164-23/+555
* cpu16: Minor disassembly formatting fix for branch destinations AJR2022-06-151-2/+2
* m68hc16: Update CPU16 core AJR2022-05-282-1402/+519
* srcclean in preparation for release Vas Crabb2022-05-221-1/+1
* cpu16.cpp: Fix shift in get_xk AJR2022-05-181-1/+1
* cpu16.cpp: Fix fallthrough attribute AJR2022-05-161-7/+7
* cpu16.cpp: Small fixups AJR2022-05-161-0/+2
* cpu16: Add preliminary execution core AJR2022-05-162-40/+5940
* cpu16: Disassembly fixes AJR2022-05-161-5/+9
* Debugger feature improvements AJR2022-03-271-28/+28
* Add CPU16 and HDD device skeletons for Conner CFP1080S AJR2021-11-252-0/+297
* cpu16dasm.cpp: Fix weird editing error AJR2021-05-211-1/+1
* unidasm: Add CPU16 disassembler AJR2021-05-212-0/+1467