From: Jean-Paul Mari Date: Sun, 5 Aug 2018 00:29:09 +0000 (-0400) Subject: Debugger mode shares the same alpine rom path setting X-Git-Tag: v2.1.3-R4~52 X-Git-Url: http://git.hcoop.net/clinton/Virtual-Jaguar-Rx.git/commitdiff_plain/d9989fae0834876e184c0e0d588c4d8851d4edbd?hp=-c Debugger mode shares the same alpine rom path setting --- d9989fae0834876e184c0e0d588c4d8851d4edbd diff --git a/Win-VS2017/virtualjaguar.vcxproj b/Win-VS2017/virtualjaguar.vcxproj index 14377c1..bbba88f 100644 --- a/Win-VS2017/virtualjaguar.vcxproj +++ b/Win-VS2017/virtualjaguar.vcxproj @@ -485,10 +485,7 @@ true true - - true - true - + true true diff --git a/docs/vj_ReleaseNotes.txt b/docs/vj_ReleaseNotes.txt index 33283c4..7c1fc12 100644 --- a/docs/vj_ReleaseNotes.txt +++ b/docs/vj_ReleaseNotes.txt @@ -1,6 +1,7 @@ Release 4 (TBD) --------------- 0) The zoom value setting has been fixed in the registry +1) Debugger mode shares the same alpine rom path setting Release 3 (13th November 2017) ------------------------------ diff --git a/src/debugger/debuggertab.cpp b/src/debugger/debuggertab.cpp index 032db33..c5b3a00 100644 --- a/src/debugger/debuggertab.cpp +++ b/src/debugger/debuggertab.cpp @@ -59,6 +59,7 @@ void DebuggerTab::SetSettings(void) bool ok; //strcpy(vjs.debuggerROMPath, debuggerTab->edit1->text().toUtf8().data()); + strcpy(vjs.debuggerROMPath, vjs.alpineROMPath); //strcpy(vjs.absROMPath, debuggerTab->edit2->text().toUtf8().data()); vjs.nbrdisasmlines = edit3->text().toUInt(&ok, 10); //vjs.allowWritesToROM = debuggerTab->writeROM->isChecked();