summaryrefslogtreecommitdiff
path: root/io (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Slower default output delayJulian Blake Kongslie2022-11-051-1/+1
|
* Smarter evt shorthandJulian Blake Kongslie2022-11-051-2/+5
|
* Add $char shorthand in evtJulian Blake Kongslie2022-11-051-0/+3
|
* Ignore leading/trailing whitespace and #comments in evt filesJulian Blake Kongslie2022-11-051-0/+6
|
* Support writing a trace at the end of execution.Julian Blake Kongslie2022-11-012-0/+20
|
* Fix FLAGS bit handling by IO modelJulian Blake Kongslie2022-10-311-4/+4
|
* Restructure a lot of the control registersJulian Blake Kongslie2022-10-311-9/+10
|
* Level-trigger on TTO_FLAG instead of edge-trigger.Julian Blake Kongslie2022-10-311-2/+1
|
* Unify TT_INPUT_INT_ENABLE and TT_OUTPUT_INT_ENABLEJulian Blake Kongslie2022-10-311-2/+2
|
* Understanding interrupt handling within SIMH (see echo_int.pal)Julian Blake Kongslie2022-10-293-4/+46
| | | | | | | | | | Add list of Bugs Add event log file parser More changes associated with widening the ctlregs (FIXME add a typedef) Add some keyboard instructions
* Control register values should not be "unsigned int"Julian Blake Kongslie2022-10-293-5/+9
|
* Initial interrupt controller supportJulian Blake Kongslie2022-10-221-9/+9
|
* Merge TT_INPUT and TT_OUTPUT into TT_BITSJulian Blake Kongslie2022-10-221-7/+7
|
* Faster IO model (until we determine how slow FOCAL needs to be)Julian Blake Kongslie2022-10-171-1/+1
|
* Nearly-working version of TTY outputJulian Blake Kongslie2022-10-161-1/+1
|
* Support for log-based event modelJulian Blake Kongslie2022-10-163-0/+82