summaryrefslogtreecommitdiff
path: root/io/model.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Understanding interrupt handling within SIMH (see echo_int.pal)Julian Blake Kongslie2022-10-291-3/+41
| | | | | | | | | | 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-291-1/+1
|
* 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
|
* Nearly-working version of TTY outputJulian Blake Kongslie2022-10-161-1/+1
|
* Support for log-based event modelJulian Blake Kongslie2022-10-161-0/+49