| Commit message (Expand) | Author | Age | Files | Lines |
* | i86: don't clear physical irq pins state at reset |  hap | 2024-12-21 | 1 | -13/+4 |
* | diexec: Add callback to allow debugger to break into the middle of wait-type ... |  AJR | 2024-11-17 | 1 | -0/+1 |
* | altos/altos586.cpp: Added preliminary Altos ACS586 emulation. (#11670) |  Lubomir Rintel | 2024-08-03 | 1 | -2/+10 |
* | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 1 | -5/+0 |
* | Interrupt callback rationalization |  AJR | 2023-03-11 | 1 | -1/+1 |
* | src/devices/cpu: Remove #include "debugger.h" where no longer necessary |  AJR | 2022-04-06 | 1 | -1/+0 |
* | 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 |
* | emumem: A little more speedup. cache and specific change syntax, and are not... |  Olivier Galibert | 2020-05-25 | 1 | -4/+4 |
* | i86, i286: Update m_prev_ip (and therefore CURPC) after taking interrupt (nw) |  AJR | 2020-05-03 | 1 | -1/+1 |
* | i86, i186, i286: Add byte registers to debugger state; improve tracking of pr... |  AJR | 2020-05-03 | 1 | -3/+12 |
* | i86, i186, i286: Don't automatically clear IRQ state upon acknowledgment |  AJR | 2020-05-02 | 1 | -5/+1 |
* | i86: Fix pathological case where jumping into pages of FF-prefixed invalid op... |  AJR | 2019-11-06 | 1 | -0/+1 |
* | i86.cpp: disabled warning when executing lock (0xf0) instruction, why warn at... |  Joakim Larsson Edstrom | 2019-10-24 | 1 | -1/+1 |
* | Correct a few CPU device names (nw) |  AJR | 2019-10-08 | 1 | -2/+2 |
* | mindset: Hack the interrupts a little more [O. Galibert] |  Olivier Galibert | 2019-06-21 | 1 | -0/+1 |
* | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 1 | -1/+1 |
* | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 1 | -1/+1 |
* | i86: Fix passing of opcode address to coprocessor |  AJR | 2019-01-22 | 1 | -1/+1 |
* | srcclean (nw) |  Vas Crabb | 2018-05-27 | 1 | -1/+1 |
* | emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... |  Olivier Galibert | 2018-05-11 | 1 | -5/+9 |
* | i86: halt (nw) |  cracyc | 2018-05-09 | 1 | -0/+8 |
* | Reshuffle some stuff: |  Vas Crabb | 2018-03-28 | 1 | -2/+2 |
* | don't pass so many naked pointers around (nw) |  Vas Crabb | 2018-03-25 | 1 | -2/+2 |
* | Blind faith fixed long names for almost all CPUs (nw) |  angelosa | 2018-03-15 | 1 | -2/+2 |
* | i86: Memory stuff (nw) |  AJR | 2018-02-04 | 1 | -12/+56 |
* | Flushing some stuff... (nw) |  Olivier Galibert | 2018-01-18 | 1 | -11/+11 |
* | i386: x87 bug fixes and FERR support [Andrey Merkulov] |  cracyc | 2017-12-16 | 1 | -15/+21 |
* | emumem: API change [O. Galibert] |  Olivier Galibert | 2017-11-29 | 1 | -2/+2 |
* | dvdisasm: Overhaul [O. Galibert] |  Olivier Galibert | 2017-11-26 | 1 | -2/+7 |
* | i86: won't actually work without this (nw) |  cracyc | 2017-08-08 | 1 | -0/+3 |
* | i86: add support for IF status and segreg address spaces [Carl] |  cracyc | 2017-08-08 | 1 | -10/+29 |
* | Create explicit i386dasm include for x86 DRC (nw) |  AJR | 2017-08-01 | 1 | -1/+1 |
* | make device_memory_interface slightly less of a special case, use a typedef t... |  Vas Crabb | 2017-07-10 | 1 | -3/+3 |
* | dimemory: Lift the cap on the number of address spaces per device [O. Galibert] |  Olivier Galibert | 2017-07-03 | 1 | -8/+12 |
* | Rename AS_DECRYPTED_OPCODES to AS_OPCODES [O. Galibert] |  Olivier Galibert | 2017-07-03 | 1 | -2/+2 |
* | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 1 | -12/+9 |
* | i86: Fix jnl flags test [htjywf2008] |  chrome1122 | 2017-04-02 | 1 | -1/+1 |
* | i86: Add decrypted opcodes space support [O. Galibert] |  Olivier Galibert | 2017-04-01 | 1 | -2/+17 |
* | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -2/+2 |
* | remove tag() argument from logerror() calls in cpu/i86, floppy code |  Sergey Svishchev | 2017-02-20 | 1 | -7/+7 |
* | Don't change cs if new pc/curpc is within the current segment on i86/i186, fi... |  smf- | 2016-12-03 | 1 | -2/+4 |
* | added halt to debugger state, so you can break out of a hlt instruction [smf] |  smf- | 2016-12-03 | 1 | -2/+3 |
* | missed these (nw) |  smf- | 2016-12-03 | 1 | -1/+7 |
* | Update disassembly if IP or CS are changed in the debugger. Also update IP & ... |  smf- | 2016-12-03 | 1 | -25/+41 |
* | Changed disassembler infrastructure to not use char buffers internally |  Nathan Woods | 2016-11-20 | 1 | -6/+2 |
* | Changed the x86 disassembler to use 'std::ostream &' internally |  Nathan Woods | 2016-10-25 | 1 | -2/+6 |
* | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -87/+87 |
* | Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... |  smf- | 2016-09-28 | 1 | -1/+3 |
* | Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... |  Lord-Nightmare | 2016-09-27 | 1 | -3/+1 |