summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/t11
Commit message (Expand)AuthorAgeFilesLines
* diexec: Add callback to allow debugger to break into the middle of wait-type ... AJR2024-11-171-0/+1
* ussr/bk: attach floppy (#12889) shattered2024-10-191-2/+2
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-271-4/+4
* diexec: remove vestigal execute_input_lines() hap2024-09-181-1/+0
* cpu/t11, ussr/bk.cpp: Improved interrupt handling on 1801VM1, misc fixes. (#1... shattered2024-08-232-18/+13
* t11: reuse z80_daisy_chain for QBus vectored interrupts; forward INIT signal ... shattered2024-05-202-3/+9
* cpu/t11: Improved trace trap processing, and added basic interrupt processing... shattered2024-03-243-19/+189
* srcclean and manual cleanup in preparation for 0.263 release. Vas Crabb2024-02-251-10/+10
* cpu/t11: Added basic support for the K1801VM1. (#11995) shattered2024-02-094-1/+83
* cpu/t11: Improved accuracy: (#11964) shattered2024-01-313-44/+63
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-3/+1
* Interrupt callback rationalization AJR2023-03-111-1/+1
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-061-1/+0
* Debugger feature improvements AJR2022-03-271-0/+15
* t11: jumps to register cause trap to 4 (#9346) shattered2022-02-273-26/+30
* t11: power fail trap is NMI, added bus error trap hap2021-12-092-7/+27
* t11: Disassembly updates AJR2020-09-241-20/+29
* t11: Change default interrupt vector (nw) AJR2020-06-121-1/+1
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-252-9/+9
* t11: More accurate emulation of interrupt acknowledgment; add PF and HLT inte... AJR2020-05-022-77/+164
* pace, we32100: Notes (nw) AJR2020-01-011-0/+5
* t11: Use octal for debug register state and disassembly; fix disassembly of S... AJR2019-12-223-286/+285
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-4/+4
* t11: Minor, somewhat speculative fixes (nw) AJR2019-11-092-5/+4
* t11: switch to MACRO-11 syntax, decode deferred addressing modes (nw) Sergey Svishchev2019-06-251-33/+47
* sm510, sm8500, sparc, superfx, t11: Removed MCFG, nw mooglyguy2018-12-071-7/+1
* devcb3 Vas Crabb2018-07-071-1/+1
* diexec: Interrupt API changes (nw) AJR2018-05-181-1/+1
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-112-3/+3
* extricate refereces to emucore.o from t11dasm.o (nw) Vas Crabb2018-04-032-59/+62
* Reshuffle some stuff: Vas Crabb2018-03-281-2/+2
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-252-3/+3
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-1/+1
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-5/+5
* emumem: API change [O. Galibert] Olivier Galibert2017-11-292-2/+2
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-264-97/+129
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-102-3/+3
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-032-1/+8
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-142-23/+16
* t11 cpu: MOV, CLR and SXT read memory before writing to it (page B-8 of User'... Sergey Svishchev2017-03-141-5/+24
* t11 cpu: emulate MFPT instruction. Sergey Svishchev2017-03-141-0/+2
* Self-registering devices prep: Vas Crabb2017-02-271-2/+2
* T11: HALT opcode jumps to fixed restart address with PSW=0340 (nw) Sergey Svishchev2017-02-081-2/+2
* Make devcb objects more consistently available for further configuration (nw) AJR2017-01-311-1/+1
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-203-14/+4
* Changed the t11 disassembler to use 'std::ostream &' internally Nathan Woods2016-11-171-91/+101
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-224-2164/+2164
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-281-2/+2
* Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... Lord-Nightmare2016-09-271-2/+2
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-271-2/+2