summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6502
Commit message (Expand)AuthorAgeFilesLines
* 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
* mm2: add RES buttons (nw) hap2019-08-151-0/+5
* r65c02: Don't throw away the branch offset for BBR and BBS (nw) AJR2019-08-101-2/+2
* m65c02, r65c02: Correct memory access patterns for read-modify-write instruct... AJR2019-08-104-50/+228
* srcclean (nw) Vas Crabb2019-06-231-2/+2
* XaviX logical improvements (nw) (#5244) David Haywood2019-06-167-290/+1032
* xavix - store the extra codebank byte in a private stack when making long cal... DavidHaywood2019-06-143-10/+54
* m6502: remove unused 0byte file (nw) hap2019-06-031-0/+0
* m6510: Add 6508 variant (nw) AJR2019-05-142-7/+149
* n2a03.cpp : Add device_mixer_interface instead hardcoded tags cam9002019-04-022-2/+3
* (nw) Clean up the mess on master Vas Crabb2019-03-266-86/+53
* Revert "conflict resolution (nw)" andreasnaive2019-03-256-53/+86
* new NOT WORKING machines (TV Game work) (#4607) David Haywood2019-02-055-7/+10
* srcclean and cleanup (nw) Vas Crabb2019-01-271-6/+6
* housekeeping (nw) Vas Crabb2019-01-262-2/+5
* new NOT WORKING DavidHaywood2019-01-241-2/+6
* new NOT WORKING DavidHaywood2019-01-232-76/+33
* -cpu/m6502: Removed MCFG macros. [Ryan Holtz] mooglyguy2018-12-1712-324/+61
* Xavix - CPU flag fixes (improves ttv_mx road) (#4303) David Haywood2018-11-161-13/+25
* XaviX: fixes to allow ttv_sw to show graphics, and ttv_lotr to play music on ... David Haywood2018-11-157-166/+294
* XaviX - looking at more timers (nw) (#4299) David Haywood2018-11-145-12/+93
* XaviX - ignore unaligned palette select bits in bpp modes > 4 (ttv_lotr boot ... David Haywood2018-11-012-10/+10
* srcclean and cleanup (nw) Vas Crabb2018-10-285-50/+50
* XaviX - revert some previous changes that didn't have desired effect and caus... David Haywood2018-10-263-114/+75
* XaviX - support per-line rendering and raster interrupts (#4180) David Haywood2018-10-225-31/+227
* XaviX - first pass at allowing some opcodes to bypass zero page (fixes namcon... David Haywood2018-10-187-57/+148
* XaviX - get ttv_mx to show some screens (nw) (#4153) David Haywood2018-10-175-66/+137
* restore Super XaviX opcode table with correctly swapped opcodes (#4151) David Haywood2018-10-174-69/+606
* XaviX - begin to reimplement Super XaviX opcodes based on use (nw) (#4149) David Haywood2018-10-165-73/+48
* xavix: Do for RETF what ada4b54d611375f6a072f94b20fb360093c35e69 did for CALL... AJR2018-10-121-1/+1
* XaviX - simplify some things with the CPU core changes.. (#4115) David Haywood2018-10-101-12/+7
* xavix: Allow debugger to step over CALLF instruction AJR2018-10-101-2/+2
* XaviX naming changes (#4069) David Haywood2018-10-092-5/+21
* notes (nw) Vas Crabb2018-09-121-0/+7
* Make SET instruction in Mitsubishi M740 subfamily actually affect execution AJR2018-09-051-1/+0
* NES APU: remove read/write trampolines and zero $4015 at reset https://wiki.n... smf-2018-08-311-4/+4
* deco16: Important hardware note (nw) AJR2018-08-251-0/+3
* Amiga keyboards: tie up loose ends: Vas Crabb2018-08-232-5/+62
* Amiga keyboard overhaul: Vas Crabb2018-08-2314-18/+602
* m6502: mcu capabilities [O. Galibert] Olivier Galibert2018-08-212-1/+73
* none of this is necessary as the apu is an internal device with a DERIVED_CLO... smf-2018-08-152-18/+2
* -c1541, c1571, c2031, c1551, rastersp: Removed MCFG and MACHINE_CONFIG usage.... mooglyguy2018-08-011-0/+2
* devcb3 Vas Crabb2018-07-072-9/+9
* (nw) fixed validation error Robbbert2018-07-041-1/+1
* m5074x: added missing memory_space_config() (nw) arbee2018-06-231-0/+7
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-083-10/+10
* srcclean (nw) Vas Crabb2018-05-272-70/+70
* diexec: Interrupt API changes (nw) AJR2018-05-182-0/+6
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-1110-31/+31