| Commit message (Expand) | Author | Age | Files | Lines |
* | i86: don't clear physical irq pins state at reset |  hap | 2024-12-21 | 1 | -9/+5 |
* | diexec: Add callback to allow debugger to break into the middle of wait-type ... |  AJR | 2024-11-17 | 1 | -0/+1 |
* | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 1 | -1/+0 |
* | 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 | 1 | -1/+4 |
* | dimemory: Add the target address space to translate, wrap the constants |  Olivier Galibert | 2023-03-18 | 1 | -1/+2 |
* | 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 |
* | i286: clear m_fire_trap before interrupt |  cracyc | 2021-05-17 | 1 | -1/+1 |
* | Enable GCC implicit fallthrough warning. |  Vas Crabb | 2020-11-15 | 1 | -1/+2 |
* | i86, i286: Update m_prev_ip (and therefore CURPC) after taking interrupt (nw) |  AJR | 2020-05-03 | 1 | -3/+3 |
* | i86, i186, i286: Add byte registers to debugger state; improve tracking of pr... |  AJR | 2020-05-03 | 1 | -4/+4 |
* | Correct a few CPU device names (nw) |  AJR | 2019-10-08 | 1 | -1/+1 |
* | emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... |  Olivier Galibert | 2018-05-11 | 1 | -2/+1 |
* | Reshuffle some stuff: |  Vas Crabb | 2018-03-28 | 1 | -1/+1 |
* | Blind faith fixed long names for almost all CPUs (nw) |  angelosa | 2018-03-15 | 1 | -1/+1 |
* | i86: Memory stuff (nw) |  AJR | 2018-02-04 | 1 | -11/+0 |
* | i386/i286: fix default cs flags (nw) |  cracyc | 2018-02-02 | 1 | -3/+3 |
* | Flushing some stuff... (nw) |  Olivier Galibert | 2018-01-18 | 1 | -10/+10 |
* | This is too contentious, please put it up for review |  Vas Crabb | 2017-08-01 | 1 | -2/+2 |
* | Changes to debugger memory address translation |  AJR | 2017-08-01 | 1 | -2/+2 |
* | 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 | -9/+13 |
* | Rename AS_DECRYPTED_OPCODES to AS_OPCODES [O. Galibert] |  Olivier Galibert | 2017-07-03 | 1 | -1/+1 |
* | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 1 | -2/+2 |
* | i186: stuff (nw) |  cracyc | 2017-04-29 | 1 | -0/+1 |
* | i86: Add decrypted opcodes space support [O. Galibert] |  Olivier Galibert | 2017-04-01 | 1 | -2/+13 |
* | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -1/+1 |
* | remove tag() argument from logerror() calls in cpu/i86, floppy code |  Sergey Svishchev | 2017-02-20 | 1 | -6/+6 |
* | Remove emu.h from headers (nw) |  Olivier Galibert | 2017-02-11 | 1 | -0/+1 |
* | Don't change cs if new pc/curpc is within the current segment on i86/i186, fi... |  smf- | 2016-12-03 | 1 | -1/+40 |
* | added halt to debugger state, so you can break out of a hlt instruction [smf] |  smf- | 2016-12-03 | 1 | -2/+4 |
* | 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 | -38/+33 |
* | converted lot of TRUE/FALSE to real boolean and updated types (nw) |  Miodrag Milanovic | 2016-10-22 | 1 | -1/+1 |
* | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -109/+109 |
* | 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 |
* | Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... |  smf- | 2016-09-27 | 1 | -1/+3 |
* | tv990: WIP (nw) |  cracyc | 2016-07-23 | 1 | -1/+1 |
* | Replace strformat, strprintf and strcatprintf with type-safe steam_format and... |  Vas Crabb | 2016-02-28 | 1 | -2/+2 |
* | reverting: |  Miodrag Milanovic | 2016-01-20 | 1 | -7/+7 |
* | tags are now strings (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -7/+7 |
* | Revert "remove const (nw)" |  Miodrag Milanovic | 2016-01-13 | 1 | -1/+1 |
* | remove const (nw) |  Miodrag Milanovic | 2016-01-11 | 1 | -1/+1 |
* | Return std::string objects by value rather than pass by reference |  AJR | 2016-01-10 | 1 | -2/+2 |
* | cleanup (nw) |  Miodrag Milanovic | 2015-12-26 | 1 | -1/+1 |
* | Fix compile for Intel C++ 15 compiler (nw) |  Miodrag Milanovic | 2015-11-14 | 1 | -1/+1 |
* | Rename *.c -> *.cpp in our source (nw) |  Miodrag Milanovic | 2015-11-08 | 1 | -0/+1989 |