summaryrefslogtreecommitdiff
path: root/qpsxserial.h
Commit message (Collapse)AuthorAgeFilesLines
* QApplication::processEvents() would not work under Linux if ACK bytes are to ↵HEADmasterXavier ASUS2018-11-301-8/+9
| | | | be received from the target device. This has been changed by a call to a blocking function which ensures input data has been received.
* + Added project file.XaviDCR922018-06-121-2/+2
| | | | * Minor changes.
* * Added CLI support for QPSXSerial. Use "--help" information when executing ↵XaviDCR922017-08-051-1/+28
| | | | QPSXSerial for further reference.
* * Stdout console implemented. Test pending.XaviDCR922017-07-271-1/+4
| | | | * Console now prints a formatted string starting with "#" and ending with "@" to indicate a CD-ROM filepath.
* * Header data was being sent too quickly to PSX. Some sleep instructions ↵XaviDCR922017-07-241-12/+15
| | | | | | have been placed to avoid this. + Provisional "stdout" dialog, still TODO.
* + Added first version of QPSXSerial. Still lot of job to do and room for ↵XaviDCR922017-07-201-0/+54
improvement.