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
Commit message (
Expand
)
Author
Age
Files
Lines
*
m6809: don't reset physical input pins state at device_reset
hap
2025-06-15
2
-3
/
+1
*
6809dasm: use < symbol for direct addressing
hap
2025-06-04
1
-19
/
+19
*
hd6309: correct branch cycles in native mode
hap
2025-05-16
1
-10
/
+2
*
srcclean in preparation for release.
Vas Crabb
2025-04-27
1
-1
/
+1
*
konami.lst: correction to prev commit with shift count
hap
2025-04-06
1
-10
/
+10
*
konami cpu: shift amount for the extra shift opcodes is 4-bit [Jim Westfall]
hap
2025-04-06
1
-5
/
+5
*
konami cpu dasm: be consistent with uppercase data and reg names, renamed som...
hap
2025-04-06
2
-107
/
+107
*
konami cpu: set EXG/TFR reg A high byte to 0x10
hap
2025-04-03
2
-12
/
+4
*
konami cpu: corrections to EXG/TFR opcode [hap, Jim Westfall]
hap
2025-04-02
3
-46
/
+58
*
srumbler: lower screen refresh rate,
hap
2024-12-07
1
-3
/
+3
*
dataeast/metlclsh.cpp: convert to set_raw
angelosa
2024-12-04
1
-1
/
+1
*
m6809: Revert speculative change
AJR
2024-11-17
1
-1
/
+1
*
diexec: Add callback to allow debugger to break into the middle of wait-type ...
AJR
2024-11-17
3
-22
/
+4
*
m6809: Remove fake SWI interrupt line, replacing interrupt callback with exce...
AJR
2024-11-10
3
-7
/
+16
*
m6809: Add interrupt vector read callback
AJR
2024-11-01
4
-2
/
+19
*
m6809: Mask PCR-mode addresses in disassembly
AJR
2024-10-30
1
-2
/
+2
*
Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#...
holub
2024-09-27
3
-5
/
+5
*
diexec: remove vestigal execute_input_lines()
hap
2024-09-18
2
-12
/
+0
*
bus/ieee488: Added HP9133 Floppy/Fixed disk drive. (#12561)
Sven Schnelle
2024-07-18
3
-2
/
+8
*
cpu/m6809/m6809make.py: Fixed invalid escape sequence warnings.
Vas Crabb
2024-04-23
1
-2
/
+2
*
hd6309.cpp: Fix index addressing modes (#12016)
tim lindner
2024-02-08
1
-4
/
+5
*
m6809/konami: looped opcodes make more sense like this
hap
2024-02-05
2
-12
/
+15
*
fidelity elite,6x09dasm: update notes
hap
2023-11-16
2
-18
/
+0
*
6x09dasm: remove old license comment
hap
2023-11-15
2
-9
/
+0
*
m6809,6522via,6840ptm: zerofill more variables at device start,
hap
2023-07-23
3
-5
/
+17
*
emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333)
Vas Crabb
2023-06-17
2
-7
/
+1
*
Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz]
MooglyGuy
2023-05-23
1
-3
/
+4
*
m6809: Set V flag on XDEC (#11259)
tim lindner
2023-05-21
1
-1
/
+1
*
srcclean in preparation for release
Vas Crabb
2023-04-23
1
-2
/
+2
*
m6809: Read reset vector during execute_run rather than device_reset to facil...
AJR
2023-04-08
3
-6
/
+5
*
add undocumented instructions and dissasembler (#11050)
tim lindner
2023-04-04
5
-811
/
+1066
*
Interrupt callback rationalization
AJR
2023-03-11
1
-9
/
+9
*
hd6309: Fix STBT instruction (#10781)
tim lindner
2023-01-03
1
-4
/
+5
*
srcclean in preparation for 0.251 branch
Vas Crabb
2022-12-25
1
-1
/
+1
*
m6809: rename *.ops to *.lst
hap
2022-12-18
4
-5
/
+5
*
m6809: srcclean *.ops files
hap
2022-12-18
4
-1101
/
+1142
*
m6809/konami: add IMM_IM from hd6309
hap
2022-12-18
5
-36
/
+29
*
m6809/konami: no need for those safe_shift functions
hap
2022-12-15
3
-91
/
+20
*
m6809/konami: don't use m_opcode as a temp variable
hap
2022-12-15
3
-30
/
+38
*
m6809/konami: fix looped shift opcodes indexed mode
hap
2022-12-14
1
-30
/
+82
*
m6809/konami: fix carry flag on LSRD, ASRD
hap
2022-12-13
1
-2
/
+2
*
m6809/konami: update prev commit
hap
2022-12-13
1
-0
/
+1
*
m6809/konami: match indexed opcode timing with hd6309
hap
2022-12-13
1
-5
/
+5
*
m6809/konami: enable 'hd6309 native mode'
hap
2022-12-13
9
-54
/
+42
*
m6809/konami: cpu has internal /4 divider
hap
2022-12-12
1
-1
/
+1
*
m6809/konami: hd6309_native_mode does not apply
hap
2022-12-11
1
-2
/
+2
*
6x09 TFR / EXG Improvement (#10572)
tim lindner
2022-12-03
9
-108
/
+132
*
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
*
src/devices/cpu: Remove #include "debugger.h" where no longer necessary
AJR
2022-04-06
3
-3
/
+0
[next]