summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6502/m6502.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-271-1/+1
* Further IRQ passthrough cleanup AJR2016-07-081-10/+0
* INC -> HXX makes editors and code analyzers see it as C++ (nw) Miodrag Milanovic2016-05-011-1/+1
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-1/+1
* reverting: Miodrag Milanovic2016-01-201-2/+2
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-1/+1
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-2/+2
* Revert "remove const (nw)" Miodrag Milanovic2016-01-131-1/+1
* remove const (nw) Miodrag Milanovic2016-01-111-1/+1
* Return std::string objects by value rather than pass by reference AJR2016-01-101-1/+1
* clang-modernize part 3 Miodrag Milanovic2015-12-041-2/+2
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-251-2/+2
* Fixed uninitialized class members Miodrag Milanovic2015-11-191-3/+5