summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/pdp8
Commit message (Expand)AuthorAgeFilesLines
* dynax/dynax.cpp: Added DIP switches that are sometimes populated to Ougon no ... Vas Crabb2024-11-271-4/+4
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-272-5/+5
* diexec: remove vestigal execute_input_lines() hap2024-09-182-12/+0
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-172-22/+8
* Interrupt callback rationalization AJR2023-03-111-2/+2
* pdp8: Have disassembler comment on instructions using memory reference instru... AJR2022-05-221-1/+7
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-061-1/+0
* Debugger feature improvements AJR2022-03-272-24/+32
* hd6120: Improve sequencing for OPR group 1 AJR2021-10-111-13/+15
* hd6120: IAC also complements LINK on carry out AJR2021-10-111-1/+7
* debugger: Extended target address syntax to include device/address space. (#8... Vas Crabb2021-10-011-2/+2
* hd6120: Fix effect of TAD on LINK flag AJR2021-08-261-3/+1
* decmate2: Patch one ROM file in 31Z BIOS (#2) to correct JMP I instruction AJR2021-08-181-3/+3
* srcclean in preparation for release Vas Crabb2021-06-271-1/+1
* hd6120: Prevent PEX from changing AC AJR2021-06-141-0/+1
* hd6120: Rewrite notes AJR2021-06-121-14/+28
* srcclean for release Vas Crabb2021-05-231-1/+1
* hd6120: Don't clear INTGNT after an external IOT when executing in panel mode AJR2021-05-201-1/+1
* decmate2, decmate3: Emulate HD-6120 CPU; add enough I/O to initialize various... AJR2021-05-192-0/+1573
* pdp8: Rewrite disassembler; add alternate disassembly for HD-6120 AJR2021-05-192-148/+898
* pdp8: Make this skeleton CPU file buildable AJR2021-05-092-16/+12
* pdp1: Clean up callbacks and start encapsulating peripherals AJR2020-09-132-3/+3
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-092-6/+6
* 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
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-264-43/+38
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-1/+1
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-032-2/+2
* One last device type to fix (nw) AJR2017-06-192-3/+3
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-203-12/+4
* Changed the pdp8 disassembler to use 'std::ostream &' internally Nathan Woods2016-11-161-33/+38
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-223-29/+29
* disassembly window fixes (nw) smf-2016-10-191-1/+1
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-281-0/+1
* Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... Lord-Nightmare2016-09-271-1/+0
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-271-0/+1
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-2/+2
* reverting: Miodrag Milanovic2016-01-202-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-162-2/+2
* Revert "remove const (nw)" Miodrag Milanovic2016-01-132-2/+2
* remove const (nw) Miodrag Milanovic2016-01-112-2/+2
* Return std::string objects by value rather than pass by reference AJR2016-01-102-3/+2
* override part 2 (nw) Miodrag Milanovic2015-12-051-15/+15
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-082-0/+0
* Naming update, nw therealmogminer@gmail.com2015-10-023-3/+3
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-133-0/+536