summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6502
Commit message (Expand)AuthorAgeFilesLines
* 6502: nmi is edge triggered hap2020-07-1811-37/+45
* various devices and drivers: removed superfluous semicolons (nw) Ivan Vangelista2020-06-291-4/+4
* srcclean and cleanup (nw) Vas Crabb2020-06-211-1/+1
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-188-67/+67
* Last memory change fixes (nw) Olivier Galibert2020-05-256-83/+25
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-2514-85/+84
* last batch of changes to make the https://github.com/mamedev/mame/tree/devcb-... Ivan Vangelista2020-05-213-5/+5
* 6502: correct device names (nw) hap2020-05-1913-16/+16
* New machines marked as NOT_WORKING AJR2020-04-272-0/+12
* removed more dummy_space() calls (nw) smf-2020-04-022-2/+2
* sweeten most of the remaining arrays of delegates (nw) Vas Crabb2020-02-078-45/+30
* r65c19: Add bank registers to debug state (nw) AJR2019-12-162-0/+9
* Get rid of deprecated universal newlines open flag in Python scripts (io modu... Vas Crabb2019-12-091-5/+6
* r65c19: Fix BAR masking logic (nw) AJR2019-12-041-1/+1
* r65c19: (IND), X rather than (IND, X); give L2800 more internal RAM (nw) AJR2019-12-026-20/+122
* r65c19: Add banking for C39 subfamily (nw) AJR2019-12-012-0/+244
* New machines marked as NOT_WORKING AJR2019-11-259-2/+622
* Housekeeping (nw) AJR2019-11-251-0/+3
* 65C02 opcode timing and bus usage corrections AJR2019-11-151-4/+12
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-094-12/+12
* st2xxx: Calculate LCD frame rate and emulate related interrupt (nw) AJR2019-11-086-3/+75
* st2204: Emulate Timer 1 (nw) AJR2019-11-076-56/+183
* st2204: Improve timer synchronization (nw) AJR2019-11-074-13/+24
* Commit stuff that should have been in dc620097c5e6798fbcde2e61a4d8d099ab51dc1... AJR2019-11-074-5/+77
* st2204: Emulate prescaler and Timer 0 (nw) AJR2019-11-072-0/+71
* Forgot to add this (nw) AJR2019-11-071-0/+1
* st2204: Add sound-related stubs (nw) AJR2019-11-072-0/+37
* st2204.cpp: Fix line endings (nw) AJR2019-11-061-2/+4
* st2204: Create ST2202 variant type and downgrade dyndesk to it (nw) AJR2019-11-052-18/+65
* st2xxx: Add many more register stubs (nw) AJR2019-11-056-3/+296
* st2xxx: Fix mistake in base timer rate calculation (nw) AJR2019-11-052-3/+3
* st2xxx: Refactoring (nw) AJR2019-11-056-426/+449
* st2204, st2205u: Fix writes to high bytes of banking registers (nw) AJR2019-11-052-8/+8
* st2xxx: Improve notes; remove unnecessary override (nw) AJR2019-11-042-10/+10
* st2204, st2205u: More notes (nw) AJR2019-11-042-3/+3
* st2204: Add rudimentary DMA control (nw) AJR2019-11-032-2/+145
* st2xxx: Misc. notes (nw) AJR2019-11-032-0/+5
* st2204: Add link to Kevtris's documentation (nw) AJR2019-11-031-0/+3
* gameking: Switch to ST2204 emulation (nw) AJR2019-11-031-1/+1
* st2xxx: Add base timers and some of the LCD registers; fix IRR enable (nw) AJR2019-11-036-4/+267
* Preliminary SoC emulation for Sitronix ST2204 and ST2205U AJR2019-11-038-0/+1309
* m6502: Eliminate the disable_cache hack (nw) AJR2019-11-0216-299/+71
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-262-30/+7
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-1/+1
* update prev commit (nw) hap2019-09-171-2/+1
* add stack access to 65c02 reset too, add dummy reads before reset (nw) hap2019-09-172-0/+8
* Fix some style issues with my previous PR (nw) (#5640) Melissa Goad2019-09-152-9/+3
* Fix M6502 reset procedure. Fixes MT6486 at the very least. [Melissa Goad] MoochMcGee2019-09-142-1/+4
* m65c02: D flag is cleared on reset in CMOS models (nw) AJR2019-08-176-4/+13
* 6502: update prev commmit (moves P |= F_I; to STATE_RESET instead of device_r... hap2019-08-154-4/+5