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
/
m6502.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
misc cpu: no need to check debug enabled flag manually
hap
2025-04-11
1
-1
/
+1
*
m6502: like z80, around 10% performance gain by checking unset devcb on every...
hap
2025-03-29
1
-3
/
+6
*
diexec: remove vestigal execute_input_lines()
hap
2024-09-18
1
-5
/
+0
*
m6502: don't detect edge triggered inputs before the first clockcycle
hap
2023-07-25
1
-2
/
+2
*
m6502: don't clear input pins external state at device_reset
hap
2023-07-25
1
-9
/
+6
*
m6503/4/7: change logaddr width
hap
2023-07-24
1
-0
/
+2
*
emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333)
Vas Crabb
2023-06-17
1
-2
/
+0
*
m6502: Make fully wait-states compatible
Olivier Galibert
2023-05-27
1
-8
/
+9
*
cpu/m6502: Template 6502 microcontroller helper on underlying CPU type.
Vas Crabb
2023-04-17
1
-63
/
+1
*
m6502: Add the missing uses_custom_memory_interface. Avoid multiple instruct...
Olivier Galibert
2022-09-23
1
-1
/
+1
*
mtu130: Implement the banking using the actual sequencer prom
Olivier Galibert
2022-09-20
1
-1
/
+2
*
* new WORKING machine
Olivier Galibert
2022-09-06
1
-6
/
+8
*
src/devices/cpu: Remove #include "debugger.h" where no longer necessary
AJR
2022-04-06
1
-1
/
+0
*
Debugger-related feature removals and cleanup
AJR
2021-08-15
1
-1
/
+0
*
6502: nmi is edge triggered
hap
2020-07-18
1
-7
/
+14
*
srcclean and cleanup (nw)
Vas Crabb
2020-06-21
1
-1
/
+1
*
Last memory change fixes (nw)
Olivier Galibert
2020-05-25
1
-3
/
+15
*
emumem: A little more speedup. cache and specific change syntax, and are not...
Olivier Galibert
2020-05-25
1
-9
/
+7
*
6502: correct device names (nw)
hap
2020-05-19
1
-2
/
+2
*
New machines marked as NOT_WORKING
AJR
2020-04-27
1
-0
/
+6
*
Make many device_execute_interface functions noexcept, including the "informa...
AJR
2019-11-09
1
-4
/
+4
*
m6502: Eliminate the disable_cache hack (nw)
AJR
2019-11-02
1
-19
/
+5
*
Fix some style issues with my previous PR (nw) (#5640)
Melissa Goad
2019-09-15
1
-6
/
+0
*
Fix M6502 reset procedure. Fixes MT6486 at the very least. [Melissa Goad]
MoochMcGee
2019-09-14
1
-1
/
+1
*
6502: update prev commmit (moves P |= F_I; to STATE_RESET instead of device_r...
hap
2019-08-15
1
-1
/
+2
*
mm2: add RES buttons (nw)
hap
2019-08-15
1
-0
/
+5
*
Amiga keyboard overhaul:
Vas Crabb
2018-08-23
1
-3
/
+5
*
m6502: mcu capabilities [O. Galibert]
Olivier Galibert
2018-08-21
1
-0
/
+61
*
diexec: Interrupt API changes (nw)
AJR
2018-05-18
1
-0
/
+5
*
emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t...
Olivier Galibert
2018-05-11
1
-6
/
+6
*
Reshuffle some stuff:
Vas Crabb
2018-03-28
1
-2
/
+2
*
don't pass so many naked pointers around (nw)
Vas Crabb
2018-03-25
1
-2
/
+2
*
Blind faith fixed long names for almost all CPUs (nw)
angelosa
2018-03-15
1
-1
/
+1
*
m6502: Fixed paged variants tracing and breakpoints [O. Galibert]
Olivier Galibert
2018-02-07
1
-3
/
+14
*
MT #6810 & MT #6811 (nw)
AJR
2018-01-02
1
-2
/
+2
*
Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame""
Firehawke
2017-12-13
1
-0
/
+1
*
Revert "Merge branch 'master' of https://github.com/mamedev/mame"
Firehawke
2017-12-13
1
-1
/
+0
*
save PPC for rewind in debugger. (nw)
smf-
2017-12-07
1
-0
/
+1
*
emumem: API change [O. Galibert]
Olivier Galibert
2017-11-29
1
-2
/
+2
*
dvdisasm: Overhaul [O. Galibert]
Olivier Galibert
2017-11-26
1
-176
/
+3
*
make device_memory_interface slightly less of a special case, use a typedef t...
Vas Crabb
2017-07-10
1
-3
/
+3
*
dimemory: Lift the cap on the number of address spaces per device [O. Galibert]
Olivier Galibert
2017-07-03
1
-7
/
+10
*
Rename AS_DECRYPTED_OPCODES to AS_OPCODES [O. Galibert]
Olivier Galibert
2017-07-03
1
-2
/
+2
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
1
-9
/
+4
*
Self-registering devices prep:
Vas Crabb
2017-02-27
1
-1
/
+1
*
Changed disassembler infrastructure to not use char buffers internally
Nathan Woods
2016-11-20
1
-11
/
+2
*
Changed the M6502 disassembler to use 'std::ostream &' internally
Nathan Woods
2016-10-27
1
-30
/
+39
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-64
/
+64
*
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
[next]