summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6502
Commit message (Expand)AuthorAgeFilesLines
* m3745x: port arrays were the wrong size hap2026-04-244-15/+15
* m6502: route core fetch/data/write paths through interruptible accesses (#15121) Stuart Inglis2026-03-2015-110/+128
* w65c02, w65c02s, etc.: De-virtualize SBC implementation AJR2026-03-187-31/+37
* m6502: small refactor to do_sbc_d to make it easier to see the difference bet... hap2026-03-182-3/+7
* cpu/m6502: Modify SBC decimal adjust algorithm for 65C02, which differs from ... AJR2026-03-183-1/+22
* z80,6502,i86: no need for that m_reset_time local variable hap2026-03-152-5/+2
* z80,6502,i86: don't accept nmi at reset time hap2026-03-142-23/+28
* 6502: m_ify Olivier Galibert2026-03-0456-7398/+7398
* Current Plug and Play additions (7 sets + changes needed to improve support f... mamehaze2025-11-211-5/+15
* st2203u: Stub out another register to get toumapet slightly closer to booting AJR2025-10-103-1/+16
* machine/macseconds.cpp: mix-in to consolidate all of the copy-pastes of the M... arbee2025-07-121-6/+15
* apple/apple2gs.cpp: Generate ADB IRQs for incoming mouse data, not just keybo... arbee2025-07-051-5/+5
* srcclean Vas Crabb2025-06-252-6/+6
* various VT3xx (mostly VT369) work + some other VT refactoring, many sets now ... mamehaze2025-05-236-0/+312
* deco16: turn off verbose log flag hap2025-05-141-1/+1
* New sound infrastructure. Olivier Galibert2025-04-275-18/+12
* misc cpu: no need to check debug enabled flag manually hap2025-04-112-2/+2
* m6502: like z80, around 10% performance gain by checking unset devcb on every... hap2025-03-291-3/+6
* Dumped 11 systems (two working). (#13235) mamehaze2025-01-184-12/+51
* -nichibutsu/nbmj8688.cpp, nichibutsu/nbmj8891.cpp: Renames Mahjong Camera Koz... Vas Crabb2025-01-111-11/+11
* tvgames/xavix*: Lots of XaviX, XaviX2, and SuperXaviX updates [David Haywood] mamehaze2024-12-282-15/+37
* m7501: correct device name hap2024-12-202-2/+1
* g65sc02: Remove Rockwell bit opcodes (source comment appears to be mistaken) AJR2024-12-143-5/+13
* g65sc02: correct constructor hap2024-12-142-7/+15
* m6502: rename m65c02 to w65c02 as well hap2024-12-1417-64/+64
* dec0,dec8: correct audiocpu type hap2024-12-141-0/+1
* m6502: add r65c02 subtypes hap2024-12-142-2/+29
* m6502: rename m65sc02.* to g65sc02.* hap2024-12-143-8/+8
* m6502: add g65sc02 subtypes hap2024-12-142-9/+49
* tvgames/xavix2.cpp, tvgames/xavix_2002.cpp: Added four TV games (not working)... mamehaze2024-12-121-1/+1
* diexec: Add callback to allow debugger to break into the middle of wait-type ... AJR2024-11-171-0/+2
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-2721-65/+65
* diexec: remove vestigal execute_input_lines() hap2024-09-182-6/+0
* m6502/m6510.cpp: initialize CPU port to all output angelosa2024-08-212-6/+6
* m6502/m4510.cpp: CPU I/O port support (backport from M6510 core) angelosa2024-08-172-7/+100
* m6502/om65ce02.lst: fix dew_zpg, phw_aba, phw_iw2 [smf] angelosa2024-08-081-4/+4
* cpu/m6502/om65ce02.lst: fix stz_ce_aba and stz_ce_abx opcodes angelosa2024-08-011-2/+2
* m6502/m5074x.cpp: Modernized logging, fixed Timer X mixing up the prescale an... arbee2024-07-111-6/+27
* Start adding the m37640 Olivier Galibert2024-03-182-0/+69
* 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-253-20/+9
* m6503/4/7: change logaddr width hap2023-07-244-0/+8
* m6502: add 6503 cpu hap2023-07-2423-29/+82
* mos6530n: replace convoluted timer implementation with one mostly copy pasted... hap2023-07-171-2/+2
* srcclean in preparation for 0.256 release branch. Vas Crabb2023-06-251-1/+1
* m6502: Return to implicitly using read_arg to read operands at PC (fixes regr... AJR2023-06-1713-1463/+1462
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-1714-74/+28
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-014-4/+4
* m6502: Make fully wait-states compatible Olivier Galibert2023-05-2715-1687/+2857
* srcclean in preparation for release Vas Crabb2023-04-232-12/+16