| Commit message (Expand) | Author | Age | Files | Lines |
| * | srcclean and manual cleanup |  Vas Crabb | 4 days | 1 | -18/+18 |
| * | i86/i86.cpp: Emulate undocumented DIV/IDIV behavior for the 80(1)8x as relied... |  arbee | 9 days | 1 | -6/+23 |
| * | Ran srcclean across the source. |  Vas Crabb | 2026-03-22 | 1 | -3/+3 |
| * | z80,6502,i86: no need for that m_reset_time local variable |  hap | 2026-03-15 | 2 | -4/+1 |
| * | z80,6502,i86: don't accept nmi at reset time |  hap | 2026-03-14 | 2 | -7/+5 |
| * | i80186: Improve BOUND logging. |  Curt Coder | 2026-03-02 | 1 | -1/+1 |
| * | i80186: Fix iRMX interrupt mode. [Curt Coder] |  Curt Coder | 2026-03-02 | 1 | -35/+71 |
| * | i80186: BOUND is signed. [Curt Coder] |  Curt Coder | 2026-03-02 | 1 | -5/+6 |
| * | i80186: The invalid opcode is a trap. [Curt Coder] |  Curt Coder | 2026-03-02 | 1 | -2/+0 |
| * | i8086: initialize m_ea_timing table |  hap | 2026-03-02 | 5 | -34/+34 |
| * | i86: correction to adc/sbb overflow flag calculation |  hap | 2026-03-02 | 3 | -74/+60 |
| * | i86.cpp: Effective Address calculatation time varies greatly from one (#14632) |  donohoe00 | 2025-12-03 | 7 | -31/+54 |
| * | akai/mpc60.cpp: Updates [R. Belmont, Guru] |  arbee | 2025-11-02 | 2 | -18/+45 |
| * | att6300p.cpp: Initial driver for AT&T 6300 Plus (#14149) |  donohoe00 | 2025-09-28 | 1 | -8/+0 |
| * | i86/nec: correction to idiv overflow |  hap | 2025-07-31 | 2 | -8/+15 |
| * | Fix cases where specific segment register settings could cause the i80186/188... |  Lord-Nightmare | 2025-04-09 | 1 | -4/+4 |
| * | i86: don't clear physical irq pins state at reset |  hap | 2024-12-21 | 3 | -23/+9 |
| * | diexec: Add callback to allow debugger to break into the middle of wait-type ... |  AJR | 2024-11-17 | 3 | -0/+3 |
| * | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 3 | -7/+7 |
| * | diexec: remove vestigal execute_input_lines() |  hap | 2024-09-18 | 3 | -3/+0 |
| * | altos/altos586.cpp: Added preliminary Altos ACS586 emulation. (#11670) |  Lubomir Rintel | 2024-08-03 | 3 | -3/+12 |
| * | isa/dectalk: hack it to work until it can be better understood |  cracyc | 2024-07-02 | 1 | -0/+3 |
| * | leland: fix rom samples playback |  cracyc | 2024-06-06 | 1 | -4/+4 |
| * | i186: Use cycles_to_attotime and attotime_to_cycles for timer period calculat... |  AJR | 2024-04-10 | 1 | -3/+3 |
| * | i186: remove outdated error message |  cracyc | 2024-04-07 | 1 | -5/+0 |
| * | i186: fix dma on timer2 and timer2 as prescaler (#12223) |  Hannes Janetzek | 2024-04-06 | 1 | -2/+6 |
| * | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 3 | -18/+4 |
| * | m6801: add i/o ports tri-state callback, |  hap | 2023-06-16 | 1 | -1/+1 |
| * | emu/devdelegate.h: Added resolve_safe and resolve_all_safe helpers. |  Vas Crabb | 2023-06-13 | 3 | -9/+10 |
| * | emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... |  MooglyGuy | 2023-06-01 | 1 | -8/+8 |
| * | dimemory: Add the target address space to translate, wrap the constants |  Olivier Galibert | 2023-03-18 | 2 | -2/+3 |
| * | Interrupt callback rationalization |  AJR | 2023-03-11 | 2 | -2/+2 |
| * | Revert "emu_timer: undo prev commit, add running() getter and change some ena... |  hap | 2022-11-01 | 1 | -2/+2 |
| * | emu_timer: undo prev commit, add running() getter and change some enabled() c... |  hap | 2022-10-25 | 1 | -2/+2 |
| * | i186: Add Am186EM and Am188EM variant types |  AJR | 2022-07-26 | 2 | -6/+45 |
| * | srcclean and cleanup in preparation for branching MAME 0.245 |  Vas Crabb | 2022-06-26 | 1 | -1/+1 |
| * | pwrview: display and sio wip |  cracyc | 2022-06-09 | 2 | -0/+9 |
| * | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 2 | -356/+369 |
| * | src/devices/cpu: Remove #include "debugger.h" where no longer necessary |  AJR | 2022-04-06 | 3 | -3/+0 |
| * | i86: wrap at end of segment not at 64k boundary |  cracyc | 2022-02-06 | 1 | -1/+1 |
| * | Remove void *ptr parameter from emu_timer, timer_device and all related callb... |  AJR | 2022-01-26 | 2 | -4/+4 |
| * | i286: clear m_fire_trap before interrupt |  cracyc | 2021-05-17 | 1 | -1/+1 |
| * | srcclean in preparation for release |  Vas Crabb | 2021-03-28 | 1 | -1/+1 |
| * | i186: Timer updates |  AJR | 2021-03-15 | 2 | -60/+53 |
| * | Enable GCC implicit fallthrough warning. |  Vas Crabb | 2020-11-15 | 1 | -1/+2 |
| * | -Switch to building MAME as C++17. |  Vas Crabb | 2020-11-15 | 1 | -1/+1 |
| * | i86: forgot carry flag for neg opcode (nw) |  hap | 2020-06-25 | 1 | -2/+2 |
| * | i86: Fixed old regression with NEG opcode flags. [dink/fbneo] |  hap | 2020-06-25 | 1 | -8/+8 |
| * | finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) |  Ivan Vangelista | 2020-06-18 | 2 | -20/+20 |
| * | consola_emt.cpp: Correct MCU type (nw) |  AJR | 2020-06-03 | 1 | -0/+4 |