summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6809/6x09dasm.cpp
Commit message (Expand)AuthorAgeFilesLines
* 6809dasm: use < symbol for direct addressing hap2025-06-041-19/+19
* srcclean in preparation for release. Vas Crabb2025-04-271-1/+1
* konami cpu dasm: be consistent with uppercase data and reg names, renamed som... hap2025-04-061-79/+79
* konami cpu: corrections to EXG/TFR opcode [hap, Jim Westfall] hap2025-04-021-12/+18
* m6809: Mask PCR-mode addresses in disassembly AJR2024-10-301-2/+2
* fidelity elite,6x09dasm: update notes hap2023-11-161-3/+0
* 6x09dasm: remove old license comment hap2023-11-151-4/+0
* add undocumented instructions and dissasembler (#11050) tim lindner2023-04-041-765/+849
* m6809/konami: enable 'hd6309 native mode' hap2022-12-131-2/+1
* m6809: Simplify disassembly of pushes and pulls of both A and B AJR2022-07-221-4/+4
* m6809: Add support for stepping out AJR2022-06-161-5/+9
* Debugger feature improvements AJR2022-03-271-42/+42
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-2/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-10/+12
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-12/+10
* Fix for 6809 disassembly (#4753) tomctomc2019-03-141-10/+12
* m6809: Disassembly tweaks AJR2018-07-241-2/+8
* m6809: Fix disassembly of relative instructions AJR2018-01-081-2/+2
* 6x09dasm: SWI2 is not HD6309-exclusive (nw) AJR2017-12-261-1/+1
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-208/+90
* Fixing comment Nathan Woods2017-01-091-1/+1
* srcclean (nw) Vas Crabb2016-11-271-711/+713
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-18/+3
* Fixed a recently introduced bug in the 6x09 disassembler that could cause ass... Nathan Woods2016-10-301-0/+5
* Changing this from an assert() to something that always executes (fixing a cl... Nathan Woods2016-10-241-3/+9
* Merging Konami disassembler with M6809/HD6309 disassemblers Nathan Woods2016-10-231-577/+1133
* Merged the M6809 and HD6309 disassemblers, and changed to properly use streams Nathan Woods2016-10-231-0/+999