diff options
Diffstat (limited to 'src/common/port/parallel.cpp')
-rw-r--r-- | src/common/port/parallel.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/common/port/parallel.cpp b/src/common/port/parallel.cpp index daa0c6a..46e395b 100644 --- a/src/common/port/parallel.cpp +++ b/src/common/port/parallel.cpp @@ -100,12 +100,12 @@ const Port::Parallel::PPinData Port::Parallel::PIN_DATA[Nb_Pins] = { { Data, 0x20, Out, "D5" }, // data 5 { Data, 0x40, Out, "D6" }, // data 6 { Data, 0x80, Out, "D7" }, // data 7 - { tqStatus, 0x40, In, "/ACK" }, // !ack - { tqStatus, 0x80, In, "BUSY" }, // busy - { tqStatus, 0x20, In, "PAPER" }, // pout - { tqStatus, 0x10, In, "SELin" }, // select + { Status, 0x40, In, "/ACK" }, // !ack + { Status, 0x80, In, "BUSY" }, // busy + { Status, 0x20, In, "PAPER" }, // pout + { Status, 0x10, In, "SELin" }, // select { Control, 0x02, Out, "LF" }, // !feed - { tqStatus, 0x08, In, "/ERROR" }, // !error + { Status, 0x08, In, "/ERROR" }, // !error { Control, 0x04, Out, "PRIME" }, // !init { Control, 0x08, Out, "SELout" }, // !si { Nb_RequestTypes, 0x00, NoIO, "GND" }, // GND |