From 699af49718dcab3e2c2edffb7f88fcb303c40d44 Mon Sep 17 00:00:00 2001 From: Jordan Sherer Date: Mon, 9 Dec 2019 16:18:50 -0500 Subject: [PATCH] Experiment with ULTRA --- commons.h | 2 +- mainwindow.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/commons.h b/commons.h index 50da8ab..405a2c6 100644 --- a/commons.h +++ b/commons.h @@ -24,7 +24,7 @@ #define JS8_ENABLE_JS8B 1 #define JS8_ENABLE_JS8C 1 #define JS8_ENABLE_JS8E 1 -#define JS8_ENABLE_JS8I 0 +#define JS8_ENABLE_JS8I 1 #define JS8A_SYMBOL_SAMPLES 1920 #define JS8A_TX_SECONDS 15 diff --git a/mainwindow.cpp b/mainwindow.cpp index faa5f2a..45e4eae 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -4157,7 +4157,7 @@ bool MainWindow::decodeEnqueueReady(qint32 k, qint32 k0){ qint32 startE = -1; qint32 szE = -1; qint32 cycleE = -1; - if(JS8_DEBUG_DECODE) qDebug() << "? SLOW" << currentDecodeStartE << nextDecodeStartE; + if(JS8_DEBUG_DECODE) qDebug() << "? SLOW " << currentDecodeStartE << nextDecodeStartE; bool couldDecodeE = isDecodeReady(Varicode::JS8CallSlow, k, k0, ¤tDecodeStartE, &nextDecodeStartE, &startE, &szE, &cycleE); if(m_diskData){ startE = 0; @@ -4172,7 +4172,7 @@ bool MainWindow::decodeEnqueueReady(qint32 k, qint32 k0){ qint32 startI = -1; qint32 szI = -1; qint32 cycleI = -1; - if(JS8_DEBUG_DECODE) qDebug() << "? ULTRA" << currentDecodeStartI << nextDecodeStartI; + if(JS8_DEBUG_DECODE) qDebug() << "? ULTRA " << currentDecodeStartI << nextDecodeStartI; bool couldDecodeI = isDecodeReady(Varicode::JS8CallUltra, k, k0, ¤tDecodeStartI, &nextDecodeStartI, &startI, &szI, &cycleI); if(m_diskData){ startI = 0;