summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/bcp/dp8344.cpp
Commit message (Expand)AuthorAgeFilesLines
* Detect array members that can't be replicated and manually register each item... Aaron Giles2021-04-191-2/+0
* 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-211-54/+116
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-251-13/+10
* 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-031-35/+43
* dp8344: Add timer interrupt (nw) AJR2019-12-021-7/+7
* dp8344: Emulate timer (nw) AJR2019-12-021-10/+28
* dp8344: Improve register logging (nw) AJR2019-12-021-11/+78
* 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-011-3/+26
* 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-011-1/+2
* dp8344: Fix bizarre coding mistake (nw) AJR2019-12-011-2/+2
* dp8344: Unconditional RET only takes 2 T-states (nw) AJR2019-12-011-3/+9
* dp8344: Fix accidental fallthrough (nw) AJR2019-12-011-0/+1
* dp8344: Add preliminary execution core AJR2019-12-011-77/+739
* dp8344: Minor points (nw) AJR2019-07-061-1/+1
* dp8344: Preliminary remote interface (nw) AJR2019-07-061-8/+98
* bcpdasm: Correct some instruction decodings and formats (nw) AJR2019-06-221-3/+2
* Add disassembler and skeleton device for DP8344 Biphase Communications Processor AJR2019-06-221-0/+1290