ISYS8010: Fix format of file
This commit is contained in:
parent
ba7937c0d0
commit
44e5c228c7
1 changed files with 3 additions and 3 deletions
|
@ -70,9 +70,9 @@
|
||||||
A read to the data ports gets the current port value, a write
|
A read to the data ports gets the current port value, a write
|
||||||
to the data ports writes the character to the device.
|
to the data ports writes the character to the device.
|
||||||
|
|
||||||
This program up to 4 i8255 devices. It handles 2 i8255 devices
|
This program simulates up to 4 i8255 devices. It handles 2 i8255
|
||||||
on the iSBC 80/10 SBC. Other devices could be on other multibus
|
devices on the iSBC 80/10 SBC. Other devices could be on other
|
||||||
boards in the simulated system.
|
multibus boards in the simulated system.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "system_defs.h" /* system header in system dir */
|
#include "system_defs.h" /* system header in system dir */
|
||||||
|
|
Loading…
Add table
Reference in a new issue