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
/
emu
/
cpu
/
m6809
Commit message (
Expand
)
Author
Age
Files
Lines
*
more Python script cleanups based on PyCharm inspection (nw)
Oliver Stöneberg
2015-03-05
1
-16
/
+16
*
Remove use of has_key() for Python 3 compat. (nw)
Mike Naberezny
2015-03-03
1
-2
/
+2
*
Remove except clause syntax not supported on Python 3. (nw)
Mike Naberezny
2015-03-03
1
-2
/
+3
*
Remove unused imports. (nw)
Mike Naberezny
2015-01-25
1
-2
/
+0
*
fix warning (this was useless anyway: m_temp is really temporary)
Michaël Banaan Ananas
2014-09-08
1
-1
/
+0
*
fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn...
Oliver Stöneberg
2014-09-08
2
-11
/
+8
*
fix http://mametesters.org/view.php?id=5350
Michaël Banaan Ananas
2014-08-11
8
-43
/
+24
*
Cleanups and version bump
Miodrag Milanovic
2014-07-22
2
-20
/
+19
*
m6809: add proper pre_save and post_load for hd6309 (nw)
Alex W. Jackson
2014-07-21
4
-11
/
+108
*
m6809: add missing members to save registration; this should fix the save sta...
Alex W. Jackson
2014-07-07
1
-0
/
+2
*
m6809: fix another typo (nw)
Alex W. Jackson
2014-07-07
1
-1
/
+1
*
m6809: fix typo in device_post_load(), should fix various savestate regressio...
Alex W. Jackson
2014-07-07
1
-1
/
+1
*
devcb write8 was in fact enough for rev.31113 (thanks AWJ for noticing). nw.
Fabio Priuli
2014-06-26
2
-11
/
+9
*
konami cpu: converted to use delegates. nw.
Fabio Priuli
2014-06-26
2
-27
/
+13
*
devcv2 -> devcb (nw)
Miodrag Milanovic
2014-05-14
1
-3
/
+3
*
fix some warnings on older GCCs (e.g. OSX PPC) (nw)
R. Belmont
2014-05-04
1
-1
/
+1
*
Some changes/corrections to device descriptions per Dev request (nw)
Scott Stone
2014-04-18
1
-1
/
+1
*
Some changes/corrections to device descriptions from MASH and Tafoid (nw)
Scott Stone
2014-04-17
1
-1
/
+1
*
use ARRAY_LENGTH (nw)
Oliver Stöneberg
2014-04-03
2
-6
/
+6
*
Fix for MT#05210
Wilbert Pol
2014-01-17
3
-0
/
+15
*
Converted PIA6821 to DEVCB2 [smf]
smf-
2014-01-06
2
-0
/
+6
*
"#pragma GCC diagnostic" was actually added in 4.2, fixes Intel OSX builds (nw)
R. Belmont
2013-11-17
1
-2
/
+2
*
Final fix: MAME builds warning-free on PowerPC OS X again (nw)
R. Belmont
2013-11-16
1
-1
/
+2
*
HD6309: Fixing MULD regression introduced in the 6x09 rewrite (mametesters b...
Nathan Woods
2013-08-12
1
-7
/
+0
*
Make the Python scripts line ending agnostic (fixes *IX/OS X build from mamed...
R. Belmont
2013-06-25
1
-1
/
+1
*
did modern cpu cores as well (nw)
Miodrag Milanovic
2013-06-21
4
-7
/
+7
*
(MESS)-bml3: split into three variants (bml3, bml3a and bml3b) according to f...
Miodrag Milanovic
2013-06-19
1
-0
/
+3
*
break kram3 on purpose - marked it NOT_WORKING until encryption is implemente...
Michaël Banaan Ananas
2013-06-03
4
-25
/
+5
*
fix kram3 set locking up MAME
Michaël Banaan Ananas
2013-06-03
4
-48
/
+14
*
modernised the YM3526, which also required adding write lines to the 6502, 68...
smf-
2013-05-12
2
-0
/
+13
*
Cleanups and version bump
mame0148u2
Miodrag Milanovic
2013-03-19
7
-354
/
+353
*
Fixed PC relative addressing on konamicpu; scontra and thunderx work now (nw)
Nathan Woods
2013-03-17
1
-2
/
+4
*
Fix compile problems on some OS X versions (nw)
R. Belmont
2013-03-17
3
-1
/
+18
*
nevermind previous commit :) the other way around makes more sense, since kon...
Michaël Banaan Ananas
2013-03-17
2
-7
/
+7
*
fix EXG order for konami cpu
Michaël Banaan Ananas
2013-03-17
1
-4
/
+4
*
Turning off LOG_INTERRUPTS
Nathan Woods
2013-03-17
1
-1
/
+1
*
i overlooked this one
Michaël Banaan Ananas
2013-03-16
1
-1
/
+1
*
looked through m6809 ops and fixed what i noticed (improves rollerg)
Michaël Banaan Ananas
2013-03-16
2
-3
/
+3
*
Comment fix (nw)
Nathan Woods
2013-03-13
1
-1
/
+1
*
Konami CPU fix, doesn't seem to help with anything (nw)
Nathan Woods
2013-03-13
1
-2
/
+2
*
m6809: Now setting the E condition code when SWI instruction is executed (nw)
Nathan Woods
2013-03-09
1
-0
/
+1
*
Fixed subtle problem in 6x09 CWAI instruction; rocnrope is now fixed (nw)
Nathan Woods
2013-03-09
1
-0
/
+1
*
Konami CPU fix, parodius works now (nw)
Nathan Woods
2013-03-09
1
-4
/
+4
*
m6809 fix; vectrex works now (nw)
Nathan Woods
2013-03-09
2
-3
/
+24
*
(typo)
Michaël Banaan Ananas
2013-03-08
3
-3
/
+3
*
Fixed bug in konami/6309 16-bit NEG; quarth is now playable again (nw)
Nathan Woods
2013-03-08
1
-1
/
+1
*
Konami CPU EXG bug fix; m6809 CPU EXG/TFR cleanups (nw)
Nathan Woods
2013-03-08
3
-52
/
+52
*
m6809 reset fix; resetting trackfld works now (nw)
Nathan Woods
2013-03-08
1
-2
/
+2
*
m6809: Get rid of the preprocessor pass, for great justice [O. Galibert]
Olivier Galibert
2013-03-06
1
-6
/
+23
*
pass this instead of NULL and options instead of 0 in the class based cpu cor...
smf-
2013-03-06
2
-2
/
+2
[next]