summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6502/m6502.cpp
Commit message (Expand)AuthorAgeFilesLines
* misc cpu: no need to check debug enabled flag manually hap2025-04-111-1/+1
* m6502: like z80, around 10% performance gain by checking unset devcb on every... hap2025-03-291-3/+6
* diexec: remove vestigal execute_input_lines() hap2024-09-181-5/+0
* m6502: don't detect edge triggered inputs before the first clockcycle hap2023-07-251-2/+2
* m6502: don't clear input pins external state at device_reset hap2023-07-251-9/+6
* m6503/4/7: change logaddr width hap2023-07-241-0/+2
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-2/+0
* m6502: Make fully wait-states compatible Olivier Galibert2023-05-271-8/+9
* cpu/m6502: Template 6502 microcontroller helper on underlying CPU type. Vas Crabb2023-04-171-63/+1
* m6502: Add the missing uses_custom_memory_interface. Avoid multiple instruct... Olivier Galibert2022-09-231-1/+1
* mtu130: Implement the banking using the actual sequencer prom Olivier Galibert2022-09-201-1/+2
* * new WORKING machine Olivier Galibert2022-09-061-6/+8
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-061-1/+0
* Debugger-related feature removals and cleanup AJR2021-08-151-1/+0
* 6502: nmi is edge triggered hap2020-07-181-7/+14
* srcclean and cleanup (nw) Vas Crabb2020-06-211-1/+1
* Last memory change fixes (nw) Olivier Galibert2020-05-251-3/+15
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-251-9/+7
* 6502: correct device names (nw) hap2020-05-191-2/+2
* New machines marked as NOT_WORKING AJR2020-04-271-0/+6
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-4/+4
* m6502: Eliminate the disable_cache hack (nw) AJR2019-11-021-19/+5
* Fix some style issues with my previous PR (nw) (#5640) Melissa Goad2019-09-151-6/+0
* Fix M6502 reset procedure. Fixes MT6486 at the very least. [Melissa Goad] MoochMcGee2019-09-141-1/+1
* 6502: update prev commmit (moves P |= F_I; to STATE_RESET instead of device_r... hap2019-08-151-1/+2
* mm2: add RES buttons (nw) hap2019-08-151-0/+5
* Amiga keyboard overhaul: Vas Crabb2018-08-231-3/+5
* m6502: mcu capabilities [O. Galibert] Olivier Galibert2018-08-211-0/+61
* diexec: Interrupt API changes (nw) AJR2018-05-181-0/+5
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-111-6/+6
* Reshuffle some stuff: Vas Crabb2018-03-281-2/+2
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-2/+2
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-1/+1
* m6502: Fixed paged variants tracing and breakpoints [O. Galibert] Olivier Galibert2018-02-071-3/+14
* MT #6810 & MT #6811 (nw) AJR2018-01-021-2/+2
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-0/+1
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-1/+0
* save PPC for rewind in debugger. (nw) smf-2017-12-071-0/+1
* emumem: API change [O. Galibert] Olivier Galibert2017-11-291-2/+2
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-176/+3
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-3/+3
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-7/+10
* Rename AS_DECRYPTED_OPCODES to AS_OPCODES [O. Galibert] Olivier Galibert2017-07-031-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-9/+4
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-11/+2
* Changed the M6502 disassembler to use 'std::ostream &' internally Nathan Woods2016-10-271-30/+39
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-64/+64
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-281-1/+1
* Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... Lord-Nightmare2016-09-271-1/+1