summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/i86/i86.cpp
Commit message (Expand)AuthorAgeFilesLines
* i86: don't clear physical irq pins state at reset hap2024-12-211-13/+4
* diexec: Add callback to allow debugger to break into the middle of wait-type ... AJR2024-11-171-0/+1
* altos/altos586.cpp: Added preliminary Altos ACS586 emulation. (#11670) Lubomir Rintel2024-08-031-2/+10
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-5/+0
* Interrupt callback rationalization AJR2023-03-111-1/+1
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-061-1/+0
* 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
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-251-4/+4
* i86, i286: Update m_prev_ip (and therefore CURPC) after taking interrupt (nw) AJR2020-05-031-1/+1
* i86, i186, i286: Add byte registers to debugger state; improve tracking of pr... AJR2020-05-031-3/+12
* i86, i186, i286: Don't automatically clear IRQ state upon acknowledgment AJR2020-05-021-5/+1
* i86: Fix pathological case where jumping into pages of FF-prefixed invalid op... AJR2019-11-061-0/+1
* i86.cpp: disabled warning when executing lock (0xf0) instruction, why warn at... Joakim Larsson Edstrom2019-10-241-1/+1
* Correct a few CPU device names (nw) AJR2019-10-081-2/+2
* mindset: Hack the interrupts a little more [O. Galibert] Olivier Galibert2019-06-211-0/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-1/+1
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-1/+1
* i86: Fix passing of opcode address to coprocessor AJR2019-01-221-1/+1
* srcclean (nw) Vas Crabb2018-05-271-1/+1
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-111-5/+9
* i86: halt (nw) cracyc2018-05-091-0/+8
* Reshuffle some stuff: Vas Crabb2018-03-281-2/+2
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-2/+2
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-2/+2
* i86: Memory stuff (nw) AJR2018-02-041-12/+56
* Flushing some stuff... (nw) Olivier Galibert2018-01-181-11/+11
* i386: x87 bug fixes and FERR support [Andrey Merkulov] cracyc2017-12-161-15/+21
* emumem: API change [O. Galibert] Olivier Galibert2017-11-291-2/+2
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-2/+7
* i86: won't actually work without this (nw) cracyc2017-08-081-0/+3
* i86: add support for IF status and segreg address spaces [Carl] cracyc2017-08-081-10/+29
* Create explicit i386dasm include for x86 DRC (nw) AJR2017-08-011-1/+1
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-3/+3
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-8/+12
* Rename AS_DECRYPTED_OPCODES to AS_OPCODES [O. Galibert] Olivier Galibert2017-07-031-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-12/+9
* i86: Fix jnl flags test [htjywf2008] chrome11222017-04-021-1/+1
* i86: Add decrypted opcodes space support [O. Galibert] Olivier Galibert2017-04-011-2/+17
* Self-registering devices prep: Vas Crabb2017-02-271-2/+2
* remove tag() argument from logerror() calls in cpu/i86, floppy code Sergey Svishchev2017-02-201-7/+7
* Don't change cs if new pc/curpc is within the current segment on i86/i186, fi... smf-2016-12-031-2/+4
* added halt to debugger state, so you can break out of a hlt instruction [smf] smf-2016-12-031-2/+3
* missed these (nw) smf-2016-12-031-1/+7
* Update disassembly if IP or CS are changed in the debugger. Also update IP & ... smf-2016-12-031-25/+41
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-6/+2
* Changed the x86 disassembler to use 'std::ostream &' internally Nathan Woods2016-10-251-2/+6
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-87/+87
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-281-1/+3
* Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... Lord-Nightmare2016-09-271-3/+1