summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/i86
Commit message (Expand)AuthorAgeFilesLines
* Fix cases where specific segment register settings could cause the i80186/188... Lord-Nightmare2025-04-091-4/+4
* i86: don't clear physical irq pins state at reset hap2024-12-213-23/+9
* diexec: Add callback to allow debugger to break into the middle of wait-type ... AJR2024-11-173-0/+3
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-273-7/+7
* diexec: remove vestigal execute_input_lines() hap2024-09-183-3/+0
* altos/altos586.cpp: Added preliminary Altos ACS586 emulation. (#11670) Lubomir Rintel2024-08-033-3/+12
* isa/dectalk: hack it to work until it can be better understood cracyc2024-07-021-0/+3
* leland: fix rom samples playback cracyc2024-06-061-4/+4
* i186: Use cycles_to_attotime and attotime_to_cycles for timer period calculat... AJR2024-04-101-3/+3
* i186: remove outdated error message cracyc2024-04-071-5/+0
* i186: fix dma on timer2 and timer2 as prescaler (#12223) Hannes Janetzek2024-04-061-2/+6
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-173-18/+4
* m6801: add i/o ports tri-state callback, hap2023-06-161-1/+1
* emu/devdelegate.h: Added resolve_safe and resolve_all_safe helpers. Vas Crabb2023-06-133-9/+10
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-8/+8
* dimemory: Add the target address space to translate, wrap the constants Olivier Galibert2023-03-182-2/+3
* Interrupt callback rationalization AJR2023-03-112-2/+2
* Revert "emu_timer: undo prev commit, add running() getter and change some ena... hap2022-11-011-2/+2
* emu_timer: undo prev commit, add running() getter and change some enabled() c... hap2022-10-251-2/+2
* i186: Add Am186EM and Am188EM variant types AJR2022-07-262-6/+45
* srcclean and cleanup in preparation for branching MAME 0.245 Vas Crabb2022-06-261-1/+1
* pwrview: display and sio wip cracyc2022-06-092-0/+9
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-042-356/+369
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-063-3/+0
* i86: wrap at end of segment not at 64k boundary cracyc2022-02-061-1/+1
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-262-4/+4
* i286: clear m_fire_trap before interrupt cracyc2021-05-171-1/+1
* srcclean in preparation for release Vas Crabb2021-03-281-1/+1
* i186: Timer updates AJR2021-03-152-60/+53
* Enable GCC implicit fallthrough warning. Vas Crabb2020-11-151-1/+2
* -Switch to building MAME as C++17. Vas Crabb2020-11-151-1/+1
* i86: forgot carry flag for neg opcode (nw) hap2020-06-251-2/+2
* i86: Fixed old regression with NEG opcode flags. [dink/fbneo] hap2020-06-251-8/+8
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-182-20/+20
* consola_emt.cpp: Correct MCU type (nw) AJR2020-06-031-0/+4
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-252-4/+7
* i186.cpp: initialized variable as needed to avoid timing regression in some l... Ivan Vangelista2020-05-131-0/+1
* i86, i286: Update m_prev_ip (and therefore CURPC) after taking interrupt (nw) AJR2020-05-032-4/+4
* i86, i186, i286: Add byte registers to debugger state; improve tracking of pr... AJR2020-05-035-8/+28
* i86, i186, i286: Don't automatically clear IRQ state upon acknowledgment AJR2020-05-021-5/+1
* fix various things. checkpointed the alphatpc16, will credit before next rel... cracyc2020-02-111-1/+1
* new working machines cracyc2020-02-082-64/+218
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-093-8/+8
* i86: Fix pathological case where jumping into pages of FF-prefixed invalid op... AJR2019-11-061-0/+1
* Merge pull request #5794 from JoakimLarsson/epc_4 Joakim Larsson Edström2019-10-281-1/+1
|\
| * i86.cpp: disabled warning when executing lock (0xf0) instruction, why warn at... Joakim Larsson Edstrom2019-10-241-1/+1
* | Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-2/+2
|/
* Correct a few CPU device names (nw) AJR2019-10-083-5/+5
* i186: Fix weird handle_eoi bug [O. Galibert] Olivier Galibert2019-07-141-1/+1
* mindset: Hack the interrupts a little more [O. Galibert] Olivier Galibert2019-06-211-0/+1