| Commit message (Expand) | Author | Age | Files | Lines |
| * | diexec: Add callback to allow debugger to break into the middle of wait-type ... |  AJR | 2024-11-17 | 1 | -0/+1 |
| * | cpu/t11, ussr/bk.cpp: Improved interrupt handling on 1801VM1, misc fixes. (#1... |  shattered | 2024-08-23 | 1 | -14/+9 |
| * | t11: reuse z80_daisy_chain for QBus vectored interrupts; forward INIT signal ... |  shattered | 2024-05-20 | 1 | -1/+5 |
| * | cpu/t11: Improved trace trap processing, and added basic interrupt processing... |  shattered | 2024-03-24 | 1 | -0/+133 |
| * | cpu/t11: Added basic support for the K1801VM1. (#11995) |  shattered | 2024-02-09 | 1 | -0/+34 |
| * | cpu/t11: Improved accuracy: (#11964) |  shattered | 2024-01-31 | 1 | -2/+3 |
| * | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 1 | -3/+1 |
| * | 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 |
| * | t11: power fail trap is NMI, added bus error trap |  hap | 2021-12-09 | 1 | -4/+17 |
| * | t11: Change default interrupt vector (nw) |  AJR | 2020-06-12 | 1 | -1/+1 |
| * | emumem: A little more speedup. cache and specific change syntax, and are not... |  Olivier Galibert | 2020-05-25 | 1 | -7/+7 |
| * | t11: More accurate emulation of interrupt acknowledgment; add PF and HLT inte... |  AJR | 2020-05-02 | 1 | -62/+126 |
| * | t11: Use octal for debug register state and disassembly; fix disassembly of S... |  AJR | 2019-12-22 | 1 | -9/+9 |
| * | t11: Minor, somewhat speculative fixes (nw) |  AJR | 2019-11-09 | 1 | -4/+3 |
| * | emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... |  Olivier Galibert | 2018-05-11 | 1 | -2/+2 |
| * | 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 | -1/+1 |
| * | emumem: API change [O. Galibert] |  Olivier Galibert | 2017-11-29 | 1 | -1/+1 |
| * | dvdisasm: Overhaul [O. Galibert] |  Olivier Galibert | 2017-11-26 | 1 | -4/+3 |
| * | make device_memory_interface slightly less of a special case, use a typedef t... |  Vas Crabb | 2017-07-10 | 1 | -2/+2 |
| * | dimemory: Lift the cap on the number of address spaces per device [O. Galibert] |  Olivier Galibert | 2017-07-03 | 1 | -0/+7 |
| * | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 1 | -13/+7 |
| * | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -2/+2 |
| * | Changed disassembler infrastructure to not use char buffers internally |  Nathan Woods | 2016-11-20 | 1 | -2/+2 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -8/+8 |
| * | Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... |  smf- | 2016-09-28 | 1 | -2/+2 |
| * | Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... |  Lord-Nightmare | 2016-09-27 | 1 | -2/+2 |
| * | Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... |  smf- | 2016-09-27 | 1 | -2/+2 |
| * | t11: fine, be that way (nw) |  cracyc | 2016-08-26 | 1 | -31/+28 |
| * | vt240: WIP (nw) |  cracyc | 2016-07-11 | 1 | -0/+3 |
| * | dec_lk201: keyclick [Bavarese] |  cracyc | 2016-06-23 | 1 | -28/+31 |
| * | t11: show flags (nw) |  cracyc | 2016-06-21 | 1 | -1/+1 |
| * | INC -> HXX makes editors and code analyzers see it as C++ (nw) |  Miodrag Milanovic | 2016-05-01 | 1 | -2/+2 |
| * | Replace strformat, strprintf and strcatprintf with type-safe steam_format and... |  Vas Crabb | 2016-02-28 | 1 | -2/+2 |
| * | Make octal flag part of address_space/address_space_config, not (illogically)... |  AJR | 2016-02-04 | 1 | -2/+2 |
| * | reverting: |  Miodrag Milanovic | 2016-01-20 | 1 | -3/+3 |
| * | Revert "rest of device parameters to std::string (nw)" |  Miodrag Milanovic | 2016-01-20 | 1 | -1/+1 |
| * | rest of device parameters to std::string (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -1/+1 |
| * | tags are now strings (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -3/+3 |
| * | Revert "remove const (nw)" |  Miodrag Milanovic | 2016-01-13 | 1 | -2/+2 |
| * | remove const (nw) |  Miodrag Milanovic | 2016-01-11 | 1 | -2/+2 |
| * | Return std::string objects by value rather than pass by reference |  AJR | 2016-01-10 | 1 | -2/+2 |
| * | Rename *.c -> *.cpp in our source (nw) |  Miodrag Milanovic | 2015-11-08 | 1 | -0/+426 |