Seth Morabito
71ee25be1a
3B2: Remove unused code, move static declarations
...
This change cleans up warnings issued when compiled with
-Wall.
- Removed unused functions and variables.
- Moved static declarations out of headers and into source files
- Added braces around initialization where suggested.
2018-08-19 12:37:31 -07:00
Seth Morabito
5ae2e4c49d
3b2: Fix for overwriting kernel memory
2018-08-19 12:37:18 -07:00
Seth Morabito
0fa5807e1d
3b2: Fix coverity scan issues
2018-05-28 11:58:42 -07:00
Seth Morabito
75b1a2f317
3b2: Fix line endings, enforce CONST
...
- Correct line endings on 3b2_ctc.c/.h and on 3b2_ports.c/.h.
- Ensured CONST on const char* arrays.
2018-05-21 17:50:26 -07:00
Seth Morabito
d76bd81491
3b2: Code cleanup
...
This commit fixes several issues with code hygine and eliminates
warnings in the Windows build.
2018-05-21 15:30:27 -07:00
Seth Morabito
ba9d8626e9
3b2: CIO PORTS and CTC devices
...
This change adds Common-IO implementations of the PORTS 4-port serial
line card and the CTC tape controller card.
2018-05-21 14:29:58 -07:00