mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 11:10:44 +00:00
More cms50 tests..
This commit is contained in:
parent
ce38d4d8f8
commit
569b94abf8
@ -325,7 +325,7 @@ void CMS50F37Loader::processBytes(QByteArray bytes)
|
|||||||
buffer[idx+i] = buffer[idx+i] ^ 0x80;
|
buffer[idx+i] = buffer[idx+i] ^ 0x80;
|
||||||
}
|
}
|
||||||
|
|
||||||
switch(res) {
|
if (!started_reading) switch(res) {
|
||||||
case 0x02:
|
case 0x02:
|
||||||
data = buffer.at(idx+1);
|
data = buffer.at(idx+1);
|
||||||
if (data == 0) {
|
if (data == 0) {
|
||||||
@ -375,7 +375,7 @@ void CMS50F37Loader::processBytes(QByteArray bytes)
|
|||||||
|
|
||||||
// duration
|
// duration
|
||||||
duration = buffer.at(idx+4) | (buffer.at(idx+5) << 8)
|
duration = buffer.at(idx+4) | (buffer.at(idx+5) << 8)
|
||||||
| (buffer.at(idx+6) << 16) | (buffer.at(idx+7) << 24);
|
| (buffer.at(idx+6) << 16);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
// COMMAND_GET_SESSION_COUNT
|
// COMMAND_GET_SESSION_COUNT
|
||||||
|
Loading…
Reference in New Issue
Block a user