| Commit message (Expand) | Author | Age | Files | Lines |
| * | m3745x: port arrays were the wrong size |  hap | 2026-04-24 | 4 | -15/+15 |
| * | m6502: route core fetch/data/write paths through interruptible accesses (#15121) |  Stuart Inglis | 2026-03-20 | 15 | -110/+128 |
| * | w65c02, w65c02s, etc.: De-virtualize SBC implementation |  AJR | 2026-03-18 | 7 | -31/+37 |
| * | m6502: small refactor to do_sbc_d to make it easier to see the difference bet... |  hap | 2026-03-18 | 2 | -3/+7 |
| * | cpu/m6502: Modify SBC decimal adjust algorithm for 65C02, which differs from ... |  AJR | 2026-03-18 | 3 | -1/+22 |
| * | z80,6502,i86: no need for that m_reset_time local variable |  hap | 2026-03-15 | 2 | -5/+2 |
| * | z80,6502,i86: don't accept nmi at reset time |  hap | 2026-03-14 | 2 | -23/+28 |
| * | 6502: m_ify |  Olivier Galibert | 2026-03-04 | 56 | -7398/+7398 |
| * | Current Plug and Play additions (7 sets + changes needed to improve support f... |  mamehaze | 2025-11-21 | 1 | -5/+15 |
| * | st2203u: Stub out another register to get toumapet slightly closer to booting |  AJR | 2025-10-10 | 3 | -1/+16 |
| * | machine/macseconds.cpp: mix-in to consolidate all of the copy-pastes of the M... |  arbee | 2025-07-12 | 1 | -6/+15 |
| * | apple/apple2gs.cpp: Generate ADB IRQs for incoming mouse data, not just keybo... |  arbee | 2025-07-05 | 1 | -5/+5 |
| * | srcclean |  Vas Crabb | 2025-06-25 | 2 | -6/+6 |
| * | various VT3xx (mostly VT369) work + some other VT refactoring, many sets now ... |  mamehaze | 2025-05-23 | 6 | -0/+312 |
| * | deco16: turn off verbose log flag |  hap | 2025-05-14 | 1 | -1/+1 |
| * | New sound infrastructure. |  Olivier Galibert | 2025-04-27 | 5 | -18/+12 |
| * | misc cpu: no need to check debug enabled flag manually |  hap | 2025-04-11 | 2 | -2/+2 |
| * | m6502: like z80, around 10% performance gain by checking unset devcb on every... |  hap | 2025-03-29 | 1 | -3/+6 |
| * | Dumped 11 systems (two working). (#13235) |  mamehaze | 2025-01-18 | 4 | -12/+51 |
| * | -nichibutsu/nbmj8688.cpp, nichibutsu/nbmj8891.cpp: Renames Mahjong Camera Koz... |  Vas Crabb | 2025-01-11 | 1 | -11/+11 |
| * | tvgames/xavix*: Lots of XaviX, XaviX2, and SuperXaviX updates [David Haywood] |  mamehaze | 2024-12-28 | 2 | -15/+37 |
| * | m7501: correct device name |  hap | 2024-12-20 | 2 | -2/+1 |
| * | g65sc02: Remove Rockwell bit opcodes (source comment appears to be mistaken) |  AJR | 2024-12-14 | 3 | -5/+13 |
| * | g65sc02: correct constructor |  hap | 2024-12-14 | 2 | -7/+15 |
| * | m6502: rename m65c02 to w65c02 as well |  hap | 2024-12-14 | 17 | -64/+64 |
| * | dec0,dec8: correct audiocpu type |  hap | 2024-12-14 | 1 | -0/+1 |
| * | m6502: add r65c02 subtypes |  hap | 2024-12-14 | 2 | -2/+29 |
| * | m6502: rename m65sc02.* to g65sc02.* |  hap | 2024-12-14 | 3 | -8/+8 |
| * | m6502: add g65sc02 subtypes |  hap | 2024-12-14 | 2 | -9/+49 |
| * | tvgames/xavix2.cpp, tvgames/xavix_2002.cpp: Added four TV games (not working)... |  mamehaze | 2024-12-12 | 1 | -1/+1 |
| * | diexec: Add callback to allow debugger to break into the middle of wait-type ... |  AJR | 2024-11-17 | 1 | -0/+2 |
| * | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 21 | -65/+65 |
| * | diexec: remove vestigal execute_input_lines() |  hap | 2024-09-18 | 2 | -6/+0 |
| * | m6502/m6510.cpp: initialize CPU port to all output |  angelosa | 2024-08-21 | 2 | -6/+6 |
| * | m6502/m4510.cpp: CPU I/O port support (backport from M6510 core) |  angelosa | 2024-08-17 | 2 | -7/+100 |
| * | m6502/om65ce02.lst: fix dew_zpg, phw_aba, phw_iw2 [smf] |  angelosa | 2024-08-08 | 1 | -4/+4 |
| * | cpu/m6502/om65ce02.lst: fix stz_ce_aba and stz_ce_abx opcodes |  angelosa | 2024-08-01 | 1 | -2/+2 |
| * | m6502/m5074x.cpp: Modernized logging, fixed Timer X mixing up the prescale an... |  arbee | 2024-07-11 | 1 | -6/+27 |
| * | Start adding the m37640 |  Olivier Galibert | 2024-03-18 | 2 | -0/+69 |
| * | m6502: don't detect edge triggered inputs before the first clockcycle |  hap | 2023-07-25 | 1 | -2/+2 |
| * | m6502: don't clear input pins external state at device_reset |  hap | 2023-07-25 | 3 | -20/+9 |
| * | m6503/4/7: change logaddr width |  hap | 2023-07-24 | 4 | -0/+8 |
| * | m6502: add 6503 cpu |  hap | 2023-07-24 | 23 | -29/+82 |
| * | mos6530n: replace convoluted timer implementation with one mostly copy pasted... |  hap | 2023-07-17 | 1 | -2/+2 |
| * | srcclean in preparation for 0.256 release branch. |  Vas Crabb | 2023-06-25 | 1 | -1/+1 |
| * | m6502: Return to implicitly using read_arg to read operands at PC (fixes regr... |  AJR | 2023-06-17 | 13 | -1463/+1462 |
| * | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 14 | -74/+28 |
| * | emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... |  MooglyGuy | 2023-06-01 | 4 | -4/+4 |
| * | m6502: Make fully wait-states compatible |  Olivier Galibert | 2023-05-27 | 15 | -1687/+2857 |
| * | srcclean in preparation for release |  Vas Crabb | 2023-04-23 | 2 | -12/+16 |