summaryrefslogtreecommitdiff
path: root/qpsxserial.cpp
Commit message (Collapse)AuthorAgeFilesLines
* QApplication::processEvents() would not work under Linux if ACK bytes are to ↵HEADmasterXavier ASUS2018-11-301-151/+134
| | | | 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-1/+10
| | | | * Minor changes.
* * Added CLI support for QPSXSerial. Use "--help" information when executing ↵XaviDCR922017-08-051-109/+423
| | | | QPSXSerial for further reference.
* * Stdout console implemented. Test pending.XaviDCR922017-07-271-41/+74
| | | | * 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-5/+14
| | | | | | 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/+458
improvement.