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
/
m6502
Commit message (
Expand
)
Author
Age
Files
Lines
*
Debugger-related feature removals and cleanup
AJR
2021-08-15
1
-1
/
+0
*
srcclean for release
Vas Crabb
2021-05-23
1
-1
/
+1
*
m5074x: Add port pullup configuration
AJR
2021-05-06
2
-16
/
+18
*
m740: Fix calculation of destination address for disassembly of BBC/BBS n, A,...
AJR
2021-02-16
1
-1
/
+1
*
Eliminate ARRAY_LENGTH template in favor of C++17's std::size
AJR
2021-02-14
1
-1
/
+1
*
m740: NMI does not exist; update notes
AJR
2021-01-20
1
-14
/
+8
*
m740: Core overhaul
AJR
2021-01-11
4
-262
/
+1254
*
m740: Restore T flag correctly during PLP and RTI. Previous emulation inherit...
AJR
2021-01-09
3
-11
/
+33
*
st2205u, st2302u: Improve DMA; add multiplicator
AJR
2020-12-17
2
-16
/
+102
*
st2302u: Add logging stubs for unknown registers
AJR
2020-12-17
2
-1
/
+69
*
-Switch to building MAME as C++17.
Vas Crabb
2020-11-15
1
-0
/
+1
*
st2205u: DMA required by PR #7430 (#7444)
David Haywood
2020-11-12
1
-2
/
+20
*
m5074x.cpp: Protect interrupt request bits against being set by writes
AJR
2020-10-29
2
-26
/
+18
*
m740: Fix cycle timings for CLB/SEB ($zz), BBC/BBS (all modes) & RRF
AJR
2020-10-28
1
-4
/
+32
*
M50753: Finish A/D converter, including completion IRQ. [R. Belmont]
arbee
2020-10-25
2
-5
/
+37
*
M740 family updates
AJR
2020-10-25
5
-27
/
+15
*
M50753: add support for the 8-bit IN port. [R. Belmont]
arbee
2020-10-24
2
-0
/
+12
*
M50753: Add both IRQ lines and route them to the correct interrupt bits. [R. ...
arbee
2020-10-19
2
-13
/
+61
*
m740: Fix return address for JSR ($zz)
AJR
2020-10-19
1
-1
/
+1
*
m740: Add TST $zz instruction
AJR
2020-10-19
3
-2
/
+9
*
m740: Add file accidentally uncommitted in faff4e6c2da83187f3d09de669e7b9e128...
AJR
2020-10-18
1
-0
/
+1
*
m740: Add missing JSR ($zz) instruction mode
AJR
2020-10-18
2
-2
/
+14
*
macprtb.cpp: Preliminary MCU configuration
AJR
2020-10-18
2
-22
/
+141
*
machines promoted to WORKING (plug play) (#7299)
David Haywood
2020-09-29
2
-10
/
+38
*
st2205u.cpp: Fix last-minute copy/paste mistake
AJR
2020-09-09
1
-1
/
+1
*
unk6502_st2xxx.cpp: Change MCU to new type
AJR
2020-09-09
3
-242
/
+514
*
st2xxx.cpp: Update notes
AJR
2020-09-09
1
-9
/
+16
*
st2205u: Start pumping data out of the PSG FIFO
AJR
2020-09-09
2
-10
/
+38
*
unk6502_st2xxx.cpp: Load internal ROM at the correct offset
AJR
2020-09-08
2
-24
/
+50
*
st2205u: Add 12-bit timers
AJR
2020-09-08
6
-47
/
+185
*
st2xxx: Add some SPI stubs
AJR
2020-09-08
6
-0
/
+100
*
st2205u: Minor corrections
AJR
2020-09-08
2
-5
/
+5
*
st2205u: Add DMA register stubs
AJR
2020-09-01
6
-36
/
+185
*
st2205u: Fix duplicate state registration; add more UART stubs
AJR
2020-08-31
4
-19
/
+51
*
st2205u: fix Clang compile.
arbee
2020-08-31
1
-1
/
+1
*
st2xxx: Add many more register stubs
AJR
2020-08-31
6
-15
/
+286
*
gameking: Add preliminary sound emulation using external DAC device
AJR
2020-08-14
2
-2
/
+105
*
new NOT WORKING (plug & play) (#7027)
David Haywood
2020-08-03
1
-2
/
+2
*
6502: nmi is edge triggered
hap
2020-07-18
11
-37
/
+45
*
various devices and drivers: removed superfluous semicolons (nw)
Ivan Vangelista
2020-06-29
1
-4
/
+4
*
srcclean and cleanup (nw)
Vas Crabb
2020-06-21
1
-1
/
+1
*
finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw)
Ivan Vangelista
2020-06-18
8
-67
/
+67
*
Last memory change fixes (nw)
Olivier Galibert
2020-05-25
6
-83
/
+25
*
emumem: A little more speedup. cache and specific change syntax, and are not...
Olivier Galibert
2020-05-25
14
-85
/
+84
*
last batch of changes to make the https://github.com/mamedev/mame/tree/devcb-...
Ivan Vangelista
2020-05-21
3
-5
/
+5
*
6502: correct device names (nw)
hap
2020-05-19
13
-16
/
+16
*
New machines marked as NOT_WORKING
AJR
2020-04-27
2
-0
/
+12
*
removed more dummy_space() calls (nw)
smf-
2020-04-02
2
-2
/
+2
*
sweeten most of the remaining arrays of delegates (nw)
Vas Crabb
2020-02-07
8
-45
/
+30
*
r65c19: Add bank registers to debug state (nw)
AJR
2019-12-16
2
-0
/
+9
[next]