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
/
m6502
Commit message (
Expand
)
Author
Age
Files
Lines
*
Get rid of deprecated universal newlines open flag in Python scripts (io modu...
Vas Crabb
2019-12-09
1
-5
/
+6
*
r65c19: Fix BAR masking logic (nw)
AJR
2019-12-04
1
-1
/
+1
*
r65c19: (IND), X rather than (IND, X); give L2800 more internal RAM (nw)
AJR
2019-12-02
6
-20
/
+122
*
r65c19: Add banking for C39 subfamily (nw)
AJR
2019-12-01
2
-0
/
+244
*
New machines marked as NOT_WORKING
AJR
2019-11-25
9
-2
/
+622
*
Housekeeping (nw)
AJR
2019-11-25
1
-0
/
+3
*
65C02 opcode timing and bus usage corrections
AJR
2019-11-15
1
-4
/
+12
*
Make many device_execute_interface functions noexcept, including the "informa...
AJR
2019-11-09
4
-12
/
+12
*
st2xxx: Calculate LCD frame rate and emulate related interrupt (nw)
AJR
2019-11-08
6
-3
/
+75
*
st2204: Emulate Timer 1 (nw)
AJR
2019-11-07
6
-56
/
+183
*
st2204: Improve timer synchronization (nw)
AJR
2019-11-07
4
-13
/
+24
*
Commit stuff that should have been in dc620097c5e6798fbcde2e61a4d8d099ab51dc1...
AJR
2019-11-07
4
-5
/
+77
*
st2204: Emulate prescaler and Timer 0 (nw)
AJR
2019-11-07
2
-0
/
+71
*
Forgot to add this (nw)
AJR
2019-11-07
1
-0
/
+1
*
st2204: Add sound-related stubs (nw)
AJR
2019-11-07
2
-0
/
+37
*
st2204.cpp: Fix line endings (nw)
AJR
2019-11-06
1
-2
/
+4
*
st2204: Create ST2202 variant type and downgrade dyndesk to it (nw)
AJR
2019-11-05
2
-18
/
+65
*
st2xxx: Add many more register stubs (nw)
AJR
2019-11-05
6
-3
/
+296
*
st2xxx: Fix mistake in base timer rate calculation (nw)
AJR
2019-11-05
2
-3
/
+3
*
st2xxx: Refactoring (nw)
AJR
2019-11-05
6
-426
/
+449
*
st2204, st2205u: Fix writes to high bytes of banking registers (nw)
AJR
2019-11-05
2
-8
/
+8
*
st2xxx: Improve notes; remove unnecessary override (nw)
AJR
2019-11-04
2
-10
/
+10
*
st2204, st2205u: More notes (nw)
AJR
2019-11-04
2
-3
/
+3
*
st2204: Add rudimentary DMA control (nw)
AJR
2019-11-03
2
-2
/
+145
*
st2xxx: Misc. notes (nw)
AJR
2019-11-03
2
-0
/
+5
*
st2204: Add link to Kevtris's documentation (nw)
AJR
2019-11-03
1
-0
/
+3
*
gameking: Switch to ST2204 emulation (nw)
AJR
2019-11-03
1
-1
/
+1
*
st2xxx: Add base timers and some of the LCD registers; fix IRR enable (nw)
AJR
2019-11-03
6
-4
/
+267
*
Preliminary SoC emulation for Sitronix ST2204 and ST2205U
AJR
2019-11-03
8
-0
/
+1309
*
m6502: Eliminate the disable_cache hack (nw)
AJR
2019-11-02
16
-299
/
+71
*
Make devdelegate more like devcb for configuration. This is a
Vas Crabb
2019-10-26
2
-30
/
+7
*
(nw) removed every remaining AM_ macro I could find in comments, but one in ...
Ivan Vangelista
2019-10-10
1
-1
/
+1
*
update prev commit (nw)
hap
2019-09-17
1
-2
/
+1
*
add stack access to 65c02 reset too, add dummy reads before reset (nw)
hap
2019-09-17
2
-0
/
+8
*
Fix some style issues with my previous PR (nw) (#5640)
Melissa Goad
2019-09-15
2
-9
/
+3
*
Fix M6502 reset procedure. Fixes MT6486 at the very least. [Melissa Goad]
MoochMcGee
2019-09-14
2
-1
/
+4
*
m65c02: D flag is cleared on reset in CMOS models (nw)
AJR
2019-08-17
6
-4
/
+13
*
6502: update prev commmit (moves P |= F_I; to STATE_RESET instead of device_r...
hap
2019-08-15
4
-4
/
+5
*
mm2: add RES buttons (nw)
hap
2019-08-15
1
-0
/
+5
*
r65c02: Don't throw away the branch offset for BBR and BBS (nw)
AJR
2019-08-10
1
-2
/
+2
*
m65c02, r65c02: Correct memory access patterns for read-modify-write instruct...
AJR
2019-08-10
4
-50
/
+228
*
srcclean (nw)
Vas Crabb
2019-06-23
1
-2
/
+2
*
XaviX logical improvements (nw) (#5244)
David Haywood
2019-06-16
7
-290
/
+1032
*
xavix - store the extra codebank byte in a private stack when making long cal...
DavidHaywood
2019-06-14
3
-10
/
+54
*
m6502: remove unused 0byte file (nw)
hap
2019-06-03
1
-0
/
+0
*
m6510: Add 6508 variant (nw)
AJR
2019-05-14
2
-7
/
+149
*
n2a03.cpp : Add device_mixer_interface instead hardcoded tags
cam900
2019-04-02
2
-2
/
+3
*
(nw) Clean up the mess on master
Vas Crabb
2019-03-26
6
-86
/
+53
*
Revert "conflict resolution (nw)"
andreasnaive
2019-03-25
6
-53
/
+86
*
new NOT WORKING machines (TV Game work) (#4607)
David Haywood
2019-02-05
5
-7
/
+10
[next]