summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/tx0/tx0.cpp
Commit message (Collapse)AuthorAgeFilesLines
* tx0.cpp: Further fixes AJR2021-09-041-2/+2
| | | | | | - Load typewriter input into correct bit positions of LR - Invert MSB of display coordinates (fixes tic-tac-toe grid) - tx0_8kw: Resolve confusion between SHR and CYR semantics (these were incorrectly swapped)
* tx0_64kw, tx0_8kw: Fixes and improvements AJR2021-08-121-20/+28
| | | | | | | | | - Complete rewrite of disassemblers, using standard names for OPRs - Clear MBR in cycle 1 when AMB is not specified - Perform AMB before COM (tx0_64kw) - Fix characters printed on Flexowriter (bit order was incorrectly reversed) - Modernize logging in CPU device - Only call the debugger hook once per instruction cycle
* tx0_8kw: IOS fix AJR2021-07-251-0/+1
|
* tx0_64kw: Various fixes AJR2021-07-251-26/+3
| | | | | | - Make IOS actually wait for I/O when used more than once - Remove break statement that disabled half the OPRs - Don't normalize minus zero sums (also applies to tx0_8kw)
* Separate TX-0 from PDP-1; separate some SoC types in build AJR2020-11-191-0/+1093