From 44e5c228c7b63b4e6a2e57ab39c5bf6d3f67ef89 Mon Sep 17 00:00:00 2001 From: Bill Beech Date: Fri, 8 May 2015 15:27:04 -0700 Subject: [PATCH] ISYS8010: Fix format of file --- Intel-Systems/common/i8255.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Intel-Systems/common/i8255.c b/Intel-Systems/common/i8255.c index 461a1e74..d24ecd17 100644 --- a/Intel-Systems/common/i8255.c +++ b/Intel-Systems/common/i8255.c @@ -70,9 +70,9 @@ A read to the data ports gets the current port value, a write to the data ports writes the character to the device. - This program up to 4 i8255 devices. It handles 2 i8255 devices - on the iSBC 80/10 SBC. Other devices could be on other multibus - boards in the simulated system. + This program simulates up to 4 i8255 devices. It handles 2 i8255 + devices on the iSBC 80/10 SBC. Other devices could be on other + multibus boards in the simulated system. */ #include "system_defs.h" /* system header in system dir */