index
:
mame
aaron-nl3
aaron-pci-cleanup
arm3_copro
asmjit
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
docs_wavwrite
draggable-layout
dribbling-nl
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
m57_troangel-bluesea
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
qt6_position-fix
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
sound
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
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
*
Revert "using of IS_ENABLED in files used in tiny build (nw)"
Miodrag Milanovic
2016-11-12
1
-1
/
+1
*
using of IS_ENABLED in files used in tiny build (nw)
Miodrag Milanovic
2016-11-11
1
-1
/
+1
*
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
2
-2449
/
+1133
*
Merged the M6809 and HD6309 disassemblers, and changed to properly use streams
Nathan Woods
2016-10-23
3
-1562
/
+999
*
converted lot of TRUE/FALSE to real boolean and updated types (nw)
Miodrag Milanovic
2016-10-22
3
-14
/
+12
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
13
-293
/
+293
*
Sync pc & curpc, remove superfluous callimport()/callexport() on STATE_GENFLA...
smf-
2016-10-21
2
-5
/
+24
*
Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi...
smf-
2016-09-28
1
-1
/
+1
*
Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ...
Lord-Nightmare
2016-09-27
1
-1
/
+1
*
Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi...
smf-
2016-09-27
1
-1
/
+1
*
Cleanups and version bump
Miodrag Milanovic
2016-07-27
3
-11
/
+10
*
m6809: Improve debugging support for 6809/6309 cpus
Erik G
2016-07-12
12
-560
/
+570
*
Further IRQ passthrough cleanup
AJR
2016-07-08
2
-19
/
+0
*
INC -> HXX makes editors and code analyzers see it as C++ (nw)
Miodrag Milanovic
2016-05-01
3
-3
/
+3
*
NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi...
Miodrag Milanovic
2016-04-24
1
-1
/
+1
*
Devfind revision phase 1, cleaning out some legacy stuff
AJR
2016-04-07
1
-2
/
+2
*
Add license to files that were not part of build or are containing data to bu...
Miodrag Milanovic
2016-03-05
5
-0
/
+10
*
Replace strformat, strprintf and strcatprintf with type-safe steam_format and...
Vas Crabb
2016-02-28
1
-1
/
+1
*
reverting:
Miodrag Milanovic
2016-01-20
6
-10
/
+10
*
Revert "rest of device parameters to std::string (nw)"
Miodrag Milanovic
2016-01-20
2
-2
/
+2
*
Revert "some additional (nw)"
Miodrag Milanovic
2016-01-20
2
-2
/
+2
*
some additional (nw)
Miodrag Milanovic
2016-01-16
2
-2
/
+2
*
rest of device parameters to std::string (nw)
Miodrag Milanovic
2016-01-16
2
-2
/
+2
*
tags are now strings (nw)
Miodrag Milanovic
2016-01-16
6
-10
/
+10
*
Revert "remove const (nw)"
Miodrag Milanovic
2016-01-13
2
-2
/
+2
*
remove const (nw)
Miodrag Milanovic
2016-01-11
2
-2
/
+2
*
Return std::string objects by value rather than pass by reference
AJR
2016-01-10
2
-2
/
+2
*
updated checks since old versions are anyway not supported (nw)
Miodrag Milanovic
2015-12-09
2
-3
/
+2
*
override part 2 (nw)
Miodrag Milanovic
2015-12-05
2
-11
/
+11
*
override part 1 (nw)
Miodrag Milanovic
2015-12-05
1
-20
/
+20
*
clang-modernize part 3
Miodrag Milanovic
2015-12-04
3
-14
/
+14
*
Cleanups and version bump
mame0168
Miodrag Milanovic
2015-11-25
1
-2
/
+2
*
Some more cleanup (nw)
Miodrag Milanovic
2015-11-11
3
-5
/
+7
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
6
-0
/
+0
*
m6809make.py: Fix syntax error on Python 3. (nw)
Mike Naberezny
2015-11-03
1
-5
/
+5
*
Move all devices into separate part of src tree (nw)
Miodrag Milanovic
2015-09-13
15
-0
/
+8989