index
:
mame
aaron-nl3
aaron-pci-cleanup
addrbus-64
arm3_copro
asmjit
cbm_joy_swap
cdimono2_wip
cdplay
cdtv_subcode
dc_pvr-thread
deprecated
draggable-layout
dribbling-nl
dsp563xx
floppysound
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
release0288
rendlay_vid
s23-firewire
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
script-eof-marker
shangha3_drop
taitoair_vco
taitotz-pixxiii
taitowlf_zoom
time-experiments
time-experiments2
voodoo_directx11
x86_std-exceptions
xbox_swlist
xtal
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
devices
/
cpu
/
m6809
/
6x09dasm.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
6809dasm: use < symbol for direct addressing
hap
2025-06-04
1
-19
/
+19
*
srcclean in preparation for release.
Vas Crabb
2025-04-27
1
-1
/
+1
*
konami cpu dasm: be consistent with uppercase data and reg names, renamed som...
hap
2025-04-06
1
-79
/
+79
*
konami cpu: corrections to EXG/TFR opcode [hap, Jim Westfall]
hap
2025-04-02
1
-12
/
+18
*
m6809: Mask PCR-mode addresses in disassembly
AJR
2024-10-30
1
-2
/
+2
*
fidelity elite,6x09dasm: update notes
hap
2023-11-16
1
-3
/
+0
*
6x09dasm: remove old license comment
hap
2023-11-15
1
-4
/
+0
*
add undocumented instructions and dissasembler (#11050)
tim lindner
2023-04-04
1
-765
/
+849
*
m6809/konami: enable 'hd6309 native mode'
hap
2022-12-13
1
-2
/
+1
*
m6809: Simplify disassembly of pushes and pulls of both A and B
AJR
2022-07-22
1
-4
/
+4
*
m6809: Add support for stepping out
AJR
2022-06-16
1
-5
/
+9
*
Debugger feature improvements
AJR
2022-03-27
1
-42
/
+42
*
Eliminate ARRAY_LENGTH template in favor of C++17's std::size
AJR
2021-02-14
1
-2
/
+2
*
(nw) Clean up the mess on master
Vas Crabb
2019-03-26
1
-10
/
+12
*
Revert "conflict resolution (nw)"
andreasnaive
2019-03-25
1
-12
/
+10
*
Fix for 6809 disassembly (#4753)
tomctomc
2019-03-14
1
-10
/
+12
*
m6809: Disassembly tweaks
AJR
2018-07-24
1
-2
/
+8
*
m6809: Fix disassembly of relative instructions
AJR
2018-01-08
1
-2
/
+2
*
6x09dasm: SWI2 is not HD6309-exclusive (nw)
AJR
2017-12-26
1
-1
/
+1
*
dvdisasm: Overhaul [O. Galibert]
Olivier Galibert
2017-11-26
1
-208
/
+90
*
Fixing comment
Nathan Woods
2017-01-09
1
-1
/
+1
*
srcclean (nw)
Vas Crabb
2016-11-27
1
-711
/
+713
*
Changed disassembler infrastructure to not use char buffers internally
Nathan Woods
2016-11-20
1
-18
/
+3
*
Fixed a recently introduced bug in the 6x09 disassembler that could cause ass...
Nathan Woods
2016-10-30
1
-0
/
+5
*
Changing this from an assert() to something that always executes (fixing a cl...
Nathan Woods
2016-10-24
1
-3
/
+9
*
Merging Konami disassembler with M6809/HD6309 disassemblers
Nathan Woods
2016-10-23
1
-577
/
+1133
*
Merged the M6809 and HD6309 disassemblers, and changed to properly use streams
Nathan Woods
2016-10-23
1
-0
/
+999