summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/h8500
Commit message (Expand)AuthorAgeFilesLines
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-275-8/+8
* cpu/h8500: Remove "intram" space to simplify memory interface for future emul... AJR2024-04-145-15/+7
* h8500dasm.cpp: Fix silly mistake in disassembly of illegal instructions AJR2023-03-191-1/+1
* h8500: Disassembler updates AJR2022-05-022-68/+38
* Debugger feature improvements AJR2022-03-271-2/+2
* debugger: Extended target address syntax to include device/address space. (#8... Vas Crabb2021-10-011-1/+1
* h8500: Add mode control and EPROM variant types AJR2021-06-209-14/+81
* New machines marked as NOT_WORKING AJR2020-09-122-3/+53
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-252-4/+2
* h8500dasm: Fix JMP @aa:16 decoding; use BSR mnemonic for relative calls (nw) AJR2020-04-091-2/+2
* h8500dasm: Fix length calculation for indirect JMP/JSR (nw) AJR2020-04-091-1/+1
* New machines marked as NOT_WORKING AJR2020-04-041-1/+1
* Add H8/500 disassembler and skeleton CPU device family AJR2020-04-0412-0/+1465