summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/bcp/dp8344.h
Commit message (Expand)AuthorAgeFilesLines
* dp8344: Disable side effects with certain opcodes; implement halt on reset (nw) AJR2019-12-031-3/+3
* dp8344: Emulate timer (nw) AJR2019-12-021-2/+4
* dp8344: Improve register logging (nw) AJR2019-12-021-0/+2
* dp8344: Split into two device types (only nominally different for now) (nw) AJR2019-12-011-5/+24
* dp8344: Unconditional RET only takes 2 T-states (nw) AJR2019-12-011-1/+1
* dp8344: Add preliminary execution core AJR2019-12-011-3/+32
* 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-161-1/+1
* dp8344: Minor points (nw) AJR2019-07-061-2/+2
* dp8344: Preliminary remote interface (nw) AJR2019-07-061-3/+5
* Add disassembler and skeleton device for DP8344 Biphase Communications Processor AJR2019-06-221-0/+187