summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/bcp
Commit message (Expand)AuthorAgeFilesLines
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-271-2/+2
* diexec: remove vestigal execute_input_lines() hap2024-09-181-1/+0
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-172-22/+5
* Debugger feature improvements AJR2022-03-271-8/+6
* dp8344.cpp: Remove erroneous fallthrough AJR2021-01-301-1/+2
* Enable GCC implicit fallthrough warning. Vas Crabb2020-11-151-1/+1
* dp8344: Simulate data loopback; misc. tweaks and fixes AJR2020-09-212-55/+122
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-252-16/+13
* appease vs2019_clang with llvm 10.0 smf-2020-04-251-2/+2
* dp8344: Disable side effects with certain opcodes; implement halt on reset (nw) AJR2019-12-032-38/+46
* dp8344: Add timer interrupt (nw) AJR2019-12-021-7/+7
* dp8344: Emulate timer (nw) AJR2019-12-022-12/+32
* dp8344: Improve register logging (nw) AJR2019-12-022-11/+80
* dp8344: Fix return address for LCALL (nw) AJR2019-12-021-0/+1
* dp8344: Split into two device types (only nominally different for now) (nw) AJR2019-12-012-8/+50
* dp8344: Fix EI and DI for EXX and RET instructions (nw) AJR2019-12-011-2/+2
* dp8344: SHL uses a bit count of 0-7, not 1-8 (nw) AJR2019-12-012-2/+3
* dp8344: Fix bizarre coding mistake (nw) AJR2019-12-011-2/+2
* dp8344: Unconditional RET only takes 2 T-states (nw) AJR2019-12-012-4/+10
* dp8344: Fix SHL disassembly AJR2019-12-011-1/+1
* dp8344: Fix accidental fallthrough (nw) AJR2019-12-011-0/+1
* dp8344: Add preliminary execution core AJR2019-12-012-80/+771
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-3/+3
* (nw) please try to ensure #include guards will trip special-casing in dumb pr... Vas Crabb2019-09-162-2/+2
* Enable precompiled header usage in the Visual Studio compiler (#5473) S.Z2019-08-131-0/+1
* dp8344: Minor points (nw) AJR2019-07-062-3/+3
* dp8344: Preliminary remote interface (nw) AJR2019-07-062-11/+103
* bcpdasm: Correct some instruction decodings and formats (nw) AJR2019-06-222-5/+5
* Add disassembler and skeleton device for DP8344 Biphase Communications Processor AJR2019-06-224-0/+1988